Updated to Rust master.

This commit is contained in:
Aaron Weiss 2015-03-29 13:26:22 -04:00
parent de3b6bbd67
commit 0e6018c85f

View file

@ -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;