Removed old orphan check.

This commit is contained in:
Aaron Weiss 2015-01-06 18:37:54 -05:00
parent 77d37044c5
commit dba24dc5cd

View file

@ -4,7 +4,7 @@
#![unstable]
#![warn(missing_docs)]
#![feature(associated_types, slicing_syntax, old_orphan_check)]
#![feature(associated_types, slicing_syntax)]
#[cfg(feature = "ctcp")] extern crate time;
#[cfg(feature = "encode")] extern crate encoding;
extern crate "rustc-serialize" as rustc_serialize;