Skip to content

Commit 9e7c80b

Browse files
committed
Upgrade to latest Rust
- env is no longer feature gated - exit_status is!
1 parent 6b3d812 commit 9e7c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(collections, core, env, io, libc, old_io, old_path, os, std_misc)]
1+
#![feature(collections, core, exit_status, io, libc, old_io, old_path, os, std_misc)]
22

33
// Other platforms than macos don't need std_misc but you can't
44
// use #[cfg] on features.

0 commit comments

Comments
 (0)