aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo_arc/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo_arc/lib.rs')
-rw-r--r--components/servo_arc/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/components/servo_arc/lib.rs b/components/servo_arc/lib.rs
index 27ea8e9ba71..cff93a5d524 100644
--- a/components/servo_arc/lib.rs
+++ b/components/servo_arc/lib.rs
@@ -25,11 +25,6 @@
// duplicate those here.
#![allow(missing_docs)]
-extern crate nodrop;
-#[cfg(feature = "servo")]
-extern crate serde;
-extern crate stable_deref_trait;
-
use nodrop::NoDrop;
#[cfg(feature = "servo")]
use serde::{Deserialize, Serialize};