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_layout_interface/lib.rs | |
parent | ce9f22a5e4974f41cad50742a08aa7fcee9042c5 (diff) | |
download | servo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.tar.gz servo-fbfe86fffe2935f4d2c4d7456fd613de126b1430.zip |
Remove unused `#![feature(…)]` attributes
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 651c0815f9f..374c650986d 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -7,7 +7,6 @@ //! to depend on script. #![deny(unsafe_code)] -#![feature(box_into_raw_non_null)] #[macro_use] extern crate html5ever; |