diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index fed8c9b0178..3f120cb06bf 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -42,7 +42,6 @@ pub mod resource_files; pub mod str; pub mod thread; pub mod thread_state; -pub mod tid; #[cfg(feature = "servo")] #[allow(unsafe_code)] |