aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2020-04-15 15:01:46 +0200
committerSimon Sapin <simon.sapin@exyr.org>2020-04-15 15:01:46 +0200
commitfbfe86fffe2935f4d2c4d7456fd613de126b1430 (patch)
tree5327060248383ebf18e3d208f4b0cfbf51d73c0e /components/script/lib.rs
parentce9f22a5e4974f41cad50742a08aa7fcee9042c5 (diff)
downloadservo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.tar.gz
servo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.zip
Remove unused `#![feature(…)]` attributes
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 07090f4716b..996480cff53 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -7,7 +7,6 @@
#![feature(const_transmute)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]
-#![feature(inner_deref)]
#![feature(plugin)]
#![feature(register_tool)]
#![deny(unsafe_code)]