Remove an unneeded feature

This commit is contained in:
Alex Crichton 2015-01-12 14:01:35 -08:00
parent 9523e22d1d
commit 05359f9e9c

View File

@ -51,7 +51,7 @@
//! }
//! ```
#![doc(html_root_url="https://sfackler.github.io/doc")]
#![feature(plugin, unsafe_destructor, old_orphan_check)]
#![feature(plugin, unsafe_destructor)]
#![warn(missing_docs)]
#![allow(unstable)]