summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-20 23:53:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-20 23:53:43 -0500
commitdc8c8ba12cbc7478d3fc5c9eaf7e4486d2f97221 (patch)
tree12117d0c5cf84365b22cf4f6380fc5ec09f25535 /src/main.rs
parent04484cc6d3e8b060e073c357a010e33368ea44d7 (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 415d620..b0b74be 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,7 +4,7 @@ These are some docs.
#![allow(dead_code, unused_variables)]
-#![feature(collections, core, env, io, os, path, std_misc, unicode)]
+#![feature(collections, core, env, old_io, os, old_path, std_misc, unicode)]
extern crate csv;
extern crate docopt;