This commit is contained in:
kennytm 2015-01-31 18:27:04 +08:00
parent 18f9499918
commit 9fe75964ab

View file

@ -19,9 +19,8 @@
//! //!
#![unstable] #![unstable]
#![feature(slicing_syntax)] #![feature(test, core)] // Unstable libraries
#[allow(unstable)]
extern crate test; extern crate test;
use std::ops::Index; use std::ops::Index;