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 9e6bddb9fab..a62c35ee576 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -44,6 +44,7 @@ pub mod smallvec; pub mod sort; pub mod str; pub mod task; +pub mod tid; pub mod time; pub mod vec; pub mod workqueue; |