From 05359f9e9c50f7f2ceb7db3a65c64573e4e062d5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 12 Jan 2015 14:01:35 -0800 Subject: [PATCH] Remove an unneeded feature --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2ff4a3e2..a8139ec0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)]