summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-19 16:43:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-19 16:43:46 -0400
commit4720b16f79240d6a8855cd28ae931d7f4e610bbb (patch)
tree4e59b68a1adac351a79e227dd70a89d374aaf8e8 /src/main.rs
parentc1562bb09af800deeeffc43ae5b2738673531178 (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 5417dd2..b94c9ce 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)]
+#![feature(core, exit_status, file_path, fs_time, io, std_misc, step_by)]
extern crate byteorder;
extern crate csv;