diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-01-06 07:34:16 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-06 07:34:16 -0800 |
commit | 6195861f53c6731bedce5900a624986b8d4247c8 (patch) | |
tree | b099f8983425801edb1ebd196b85f6f37ec79e59 /src | |
parent | f7a08cf1ccfcff2b5d5540601f763a717fb6f26a (diff) | |
download | milf-rs-6195861f53c6731bedce5900a624986b8d4247c8.tar.gz milf-rs-6195861f53c6731bedce5900a624986b8d4247c8.zip |
Remove old_orphan_check
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -38,7 +38,6 @@ #![feature(macro_rules)] #![feature(associated_types)] -#![feature(old_orphan_check)] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] |