summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-07-04 10:01:49 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-07-04 10:01:49 -0400
commit87dfce60cf105ee7a4f93ac5ec933e5c38573547 (patch)
tree77817c125068b97a61921ecc315c2a56070426a3 /src/main.rs
parent5c992b958496076ed37e0aa55ea817eead2d36ce (diff)
Compile on Rust stable 1.1.
We still can't run tests on stable (because we need to be able to set file times), but that's fine for now.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 85283d7..12e9f6f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,8 +2,6 @@
These are some docs.
*/
-#![feature(step_by)]
-
extern crate byteorder;
extern crate csv;
extern crate docopt;