diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 82fcf7ab62b..da6e382dc7f 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -12,10 +12,8 @@ #![feature(heap_api)] #![feature(oom)] #![feature(optin_builtin_traits)] -#![cfg_attr(not(target_os = "android"), feature(path_ext))] #![feature(plugin)] #![feature(reflect_marker)] -#![feature(slice_splits)] #![feature(step_by)] #![feature(step_trait)] #![feature(zero_one)] |