diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index a53f3a1c3d9..0c5c5f65e55 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -52,6 +52,7 @@ pub mod task; pub mod tid; pub mod time; pub mod taskpool; +pub mod task_state; pub mod vec; pub mod workqueue; |