Added feature tags to eliminate warnings.
This commit is contained in:
parent
7fe36d8fd4
commit
d63b1ab84e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#![unstable]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
#![feature(slicing_syntax)]
|
||||
#![feature(collections, core, io, path, slicing_syntax)]
|
||||
#[cfg(feature = "ctcp")] extern crate time;
|
||||
#[cfg(feature = "encode")] extern crate encoding;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
|
|
Loading…
Reference in a new issue