summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-08 00:14:12 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-03-08 00:14:12 -0500
commit11e9eb65c6b34e951fe58739c4d803267abeca8c (patch)
treefd81216e0ddd768d76611a5c001f08cf7231e1a6 /src/main.rs
parent2131a34e3e3108c1a6833f42311393d3aee9c8c3 (diff)
rustup
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 71b6a2b..b20e504 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,7 +2,8 @@
These are some docs.
*/
-#![feature(collections, core, exit_status, fs, io, os, path, std_misc, unicode)]
+#![feature(collections, core, exit_status, file_path, fs_time, io, os,
+ path, std_misc, unicode)]
extern crate byteorder;
extern crate csv;