From 9cef151f8502995c376b1073bc8191a98b59384f Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 1 Feb 2015 14:36:13 +0530 Subject: [PATCH] Remove old orphan check --- macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/src/lib.rs b/macros/src/lib.rs index ec458ec2..45145dc8 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -10,7 +10,7 @@ #![crate_name="html5ever_macros"] #![crate_type="dylib"] -#![feature(plugin_registrar, quote, old_orphan_check)] +#![feature(plugin_registrar, quote)] #![feature(rustc_private, std_misc, core, hash, collections, path, io)] #![deny(warnings)]