aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-03-25 10:36:57 -0600
committerbors-servo <metajack+bors@gmail.com>2015-03-25 10:36:57 -0600
commitda2231a8fa4bebc226a11def6784dbf4b08c00bc (patch)
treea9a480984c65d7a6a14e6b689ce91b04830f5fe7 /components/util/lib.rs
parent06d3fc719c58c8a798f8a8fc827ac47385b61c40 (diff)
parent56af6a65680056d3d7da7ab255fe38b35563b8de (diff)
downloadservo-da2231a8fa4bebc226a11def6784dbf4b08c00bc.tar.gz
servo-da2231a8fa4bebc226a11def6784dbf4b08c00bc.zip
auto merge of #5358 : Ms2ger/servo/android-path-ext, r=jdm
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index c9b1c5bb76a..b4fa2b7a5b0 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -13,7 +13,7 @@
#![feature(old_io)]
#![feature(optin_builtin_traits)]
#![feature(path)]
-#![feature(path_ext)]
+#![cfg_attr(not(target_os = "android"), feature(path_ext))]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]