diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-07-24 22:16:35 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-07-24 22:16:35 +0200 |
commit | a3c0366bd62bc4ac9a52b3e45bf81ba5fea4ed1a (patch) | |
tree | b57a73146ff54aa8ac718baf4cbe253c6bb6d8a9 /components/profile/lib.rs | |
parent | 903a608c6aa19343bbf5487ae6144fe844184f46 (diff) | |
download | servo-a3c0366bd62bc4ac9a52b3e45bf81ba5fea4ed1a.tar.gz servo-a3c0366bd62bc4ac9a52b3e45bf81ba5fea4ed1a.zip |
Fix deprecation warnings
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; |