From a3c0366bd62bc4ac9a52b3e45bf81ba5fea4ed1a Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 24 Jul 2015 22:16:35 +0200 Subject: Fix deprecation warnings --- components/profile/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/profile/lib.rs') 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; -- cgit v1.2.3