diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index 22d7aa22224..a874ed233bb 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -3,9 +3,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(box_syntax)] -#![feature(collections)] -#![feature(core)] +#![feature(iter_arith)] #![cfg_attr(target_os="linux", feature(page_size))] +#![feature(slice_extras)] #[macro_use] extern crate log; |