rustup
This commit is contained in:
parent
18f9499918
commit
9fe75964ab
|
@ -19,9 +19,8 @@
|
|||
//!
|
||||
|
||||
#![unstable]
|
||||
#![feature(slicing_syntax)]
|
||||
#![feature(test, core)] // Unstable libraries
|
||||
|
||||
#[allow(unstable)]
|
||||
extern crate test;
|
||||
|
||||
use std::ops::Index;
|
||||
|
|
Loading…
Reference in a new issue