diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/net/lib.rs | 1 | ||||
-rw-r--r-- | components/profile/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 709c2cb0126..00ee808809e 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -5,7 +5,6 @@ #![feature(box_syntax)] #![feature(fnbox)] #![feature(mpsc_select)] -#![feature(path_ext)] #![feature(plugin)] #![feature(vec_push_all)] #![feature(plugin)] diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 3ec554a39e6..fa93f883b7e 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -5,7 +5,6 @@ #![feature(alloc_jemalloc)] #![feature(box_syntax)] #![feature(iter_arith)] -#![feature(slice_splits)] #![feature(plugin)] #![plugin(plugins)] |