Remove unneeded #[feature]s

This commit is contained in:
John Gallagher
2015-03-17 00:44:37 -04:00
parent 4e60f9bbb2
commit b3d949b3bb
2 changed files with 3 additions and 2 deletions

View File

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