mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
now using external ref_slice instead of the std version
This commit is contained in:
parent
a8cbc28643
commit
1a8db9a07a
7 changed files with 24 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue