summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-16 19:03:22 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-16 19:03:22 -0400
commitc1562bb09af800deeeffc43ae5b2738673531178 (patch)
tree9fe7fe46c30fb064e72ac79c987470679cb7d27b /src/main.rs
parent55d1771941b4f96afe3fd74ad7877c2ad4b31f10 (diff)
rustup
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index a636366..5417dd2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,7 +2,7 @@
These are some docs.
*/
-#![feature(collections, core, exit_status, file_path, fs_time, io, std_misc)]
+#![feature(core, exit_status, file_path, fs_time, io, std_misc)]
extern crate byteorder;
extern crate csv;