aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 3a5c362f443..215f8e999cc 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -46,7 +46,6 @@ pub mod str;
pub mod thread;
pub mod thread_state;
pub mod tid;
-pub mod vec;
#[allow(unsafe_code)] pub mod workqueue;
#[cfg(feature = "servo")]