diff --git a/src/lib.rs b/src/lib.rs index 2e2edb5..54f18ac 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,8 +48,7 @@ //! } //! } //! ``` -#![feature(unsafe_destructor)] -#![allow(unstable)] +#![feature(unsafe_destructor, core, std_misc, libc, rustc_private, collections, hash)] extern crate libc; #[macro_use] extern crate rustc_bitflags;