summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-28 11:16:14 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-28 11:16:14 -0400
commiteb087b32205e6f5af959b3b407d448942fa878c7 (patch)
tree061cfe75638742d6fe762ba2560c9303f068f382 /src/main.rs
parent09f2db68a1a865ba53598fb9c05d21fe5d5892ca (diff)
rustup
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 860c631..bbc3150 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,7 +2,7 @@
These are some docs.
*/
-#![feature(core, exit_status, file_path, fs_time, io, std_misc, step_by)]
+#![feature(convert, exit_status, file_path, fs_time, into_cow, io, step_by)]
extern crate byteorder;
extern crate csv;
@@ -10,7 +10,7 @@ extern crate docopt;
extern crate libc;
extern crate rand;
extern crate regex;
-extern crate "rustc-serialize" as rustc_serialize;
+extern crate rustc_serialize;
extern crate stats;
extern crate tabwriter;
extern crate threadpool;