diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index a874ed233bb..08971cb3e0f 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -5,7 +5,7 @@ #![feature(box_syntax)] #![feature(iter_arith)] #![cfg_attr(target_os="linux", feature(page_size))] -#![feature(slice_extras)] +#![feature(slice_splits)] #[macro_use] extern crate log; |