Removed old orphan check.
This commit is contained in:
parent
77d37044c5
commit
dba24dc5cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue