Remove some unused code on Android

This commit is contained in:
Matt Brubeck 2015-10-29 09:32:51 -07:00
parent 430578355b
commit 4dd48a7080
2 changed files with 1 additions and 3 deletions

View file

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