Remove unneeded #![feature(core)]

This commit is contained in:
John Gallagher 2015-03-28 23:03:45 -04:00
parent 2461654861
commit c8fbe48f15

View File

@ -48,7 +48,7 @@
//! } //! }
//! } //! }
//! ``` //! ```
#![feature(unsafe_destructor, core, libc)] #![feature(unsafe_destructor, libc)]
#![cfg_attr(test, feature(test))] #![cfg_attr(test, feature(test))]
extern crate libc; extern crate libc;