aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-06 07:34:16 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-06 07:34:16 -0800
commit6195861f53c6731bedce5900a624986b8d4247c8 (patch)
treeb099f8983425801edb1ebd196b85f6f37ec79e59 /src/lib.rs
parentf7a08cf1ccfcff2b5d5540601f763a717fb6f26a (diff)
downloadmilf-rs-6195861f53c6731bedce5900a624986b8d4247c8.tar.gz
milf-rs-6195861f53c6731bedce5900a624986b8d4247c8.zip
Remove old_orphan_check
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 46a4509..360ebb1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,7 +38,6 @@
#![feature(macro_rules)]
#![feature(associated_types)]
-#![feature(old_orphan_check)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]