Updated to Rust master.
This commit is contained in:
parent
de3b6bbd67
commit
0e6018c85f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#![unstable]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
#![feature(collections, core, io, str_char, tcp)]
|
||||
#![feature(collections, core, io, slice_patterns, str_char, tcp)]
|
||||
#[cfg(feature = "ctcp")] extern crate time;
|
||||
#[cfg(feature = "encode")] extern crate encoding;
|
||||
extern crate rustc_serialize;
|
||||
|
|
Loading…
Reference in a new issue