diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 15:01:46 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 15:01:46 +0200 |
commit | fbfe86fffe2935f4d2c4d7456fd613de126b1430 (patch) | |
tree | 5327060248383ebf18e3d208f4b0cfbf51d73c0e /components/script/lib.rs | |
parent | ce9f22a5e4974f41cad50742a08aa7fcee9042c5 (diff) | |
download | servo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.tar.gz servo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.zip |
Remove unused `#![feature(…)]` attributes
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
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)] |