summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-12 20:33:15 -0400
committerAndrew Gallant <jamslam@gmail.com>2015-03-12 20:33:15 -0400
commita36993f1fc595ebaa7b41edd6233b3637b9629c5 (patch)
tree72effabb3583dedb6e9c290edc2a3cb04db1a300 /src/main.rs
parent59d381958e9c9a41da0f2b7ea924e0a9405cce0e (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 d9cd9ff..bd1ee1e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -3,7 +3,7 @@ These are some docs.
*/
#![feature(collections, core, exit_status, file_path, fs_time, io, os,
- path, std_misc, unicode)]
+ path, std_misc)]
extern crate byteorder;
extern crate csv;