diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 5cfda0e8c7c..850998408f1 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -11,7 +11,7 @@ #![feature(heap_api)] #![feature(oom)] #![feature(optin_builtin_traits)] -#![feature(path_ext)] +#![cfg_attr(not(target_os = "android"), feature(path_ext))] #![feature(plugin)] #![feature(slice_splits)] #![feature(step_by)] |