Skip to content

Commit 05359f9

Browse files
committed
Remove an unneeded feature
1 parent 9523e22 commit 05359f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//! }
5252
//! ```
5353
#![doc(html_root_url="https://sfackler.github.io/doc")]
54-
#![feature(plugin, unsafe_destructor, old_orphan_check)]
54+
#![feature(plugin, unsafe_destructor)]
5555
#![warn(missing_docs)]
5656
#![allow(unstable)]
5757

0 commit comments

Comments
 (0)