Browse Source

Upgrade to latest Rust

- env is no longer feature gated
- exit_status is!
Ben S 11 years ago
parent
commit
9e7c80bcd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.rs

+ 1 - 1
src/main.rs

@@ -1,4 +1,4 @@
-#![feature(collections, core, env, io, libc, old_io, old_path, os, std_misc)]
+#![feature(collections, core, exit_status, io, libc, old_io, old_path, os, std_misc)]
 
 // Other platforms than macos don't need std_misc but you can't
 // use #[cfg] on features.