now using external ref_slice instead of the std version

This commit is contained in:
Jason Williams 2015-12-02 23:45:02 +00:00
parent a8cbc28643
commit 1a8db9a07a
7 changed files with 24 additions and 4 deletions

View file

@ -20,7 +20,6 @@
#![feature(nonzero)]
#![feature(on_unimplemented)]
#![feature(plugin)]
#![feature(ref_slice)]
#![feature(slice_patterns)]
#![feature(str_utf16)]
#![feature(unicode)]
@ -61,6 +60,7 @@ extern crate offscreen_gl_context;
#[macro_use]
extern crate profile_traits;
extern crate rand;
extern crate ref_slice;
extern crate rustc_serialize;
extern crate rustc_unicode;
extern crate script_traits;