diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 7cc4983bc42..fed8c9b0178 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -14,13 +14,11 @@ extern crate app_units; #[cfg(feature = "servo")] extern crate backtrace; #[allow(unused_extern_crates)] #[macro_use] extern crate bitflags; -extern crate deque; extern crate euclid; extern crate getopts; #[macro_use] extern crate heapsize; #[cfg(feature = "servo")] extern crate ipc_channel; #[allow(unused_extern_crates)] #[macro_use] extern crate lazy_static; -extern crate libc; #[macro_use] extern crate log; extern crate num_cpus; extern crate num_traits; @@ -45,7 +43,6 @@ pub mod str; pub mod thread; pub mod thread_state; pub mod tid; -#[allow(unsafe_code)] pub mod workqueue; #[cfg(feature = "servo")] #[allow(unsafe_code)] |