aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r--components/devtools/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs
index 084a9e0158c..24def5fe21c 100644
--- a/components/devtools/lib.rs
+++ b/components/devtools/lib.rs
@@ -10,7 +10,7 @@
#![crate_name = "devtools"]
#![crate_type = "rlib"]
-#![feature(box_syntax, core, rustc_private)]
+#![feature(box_syntax, core)]
#![feature(collections)]
#![allow(non_snake_case)]