Fix warnings related to std::fs::PathExt on Android.

This commit is contained in:
Ms2ger 2015-03-25 16:54:34 +01:00
parent f29ea4e4ef
commit 56af6a6568
2 changed files with 3 additions and 2 deletions

View file

@ -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)]