diff --git a/src/lib.rs b/src/lib.rs index 5f30949..f8ecb5e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -48,7 +48,7 @@ //! } //! } //! ``` -#![feature(unsafe_destructor, core, libc)] +#![feature(unsafe_destructor, libc)] #![cfg_attr(test, feature(test))] extern crate libc;