diff options
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 28bbed62101..c6456be5d74 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -21,7 +21,6 @@ #![feature(slice_chars)] #![feature(slice_position_elem)] #![feature(str_utf16)] -#![feature(vec_from_raw_buf)] #![feature(vec_push_all)] #![deny(unsafe_code)] |