Преглед на файлове

Upgrade to latest Rust

- env is no longer feature gated
- exit_status is!
Ben S преди 11 години
родител
ревизия
9e7c80bcd0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.