mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Fix warnings related to std::fs::PathExt on Android.
This commit is contained in:
parent
f29ea4e4ef
commit
56af6a6568
2 changed files with 3 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue