mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 09:17:09 +00:00
Upgrade to latest Rust
- env is no longer feature gated - exit_status is!
This commit is contained in:
parent
6b3d812af5
commit
9e7c80bcd0
@ -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
|
// Other platforms than macos don't need std_misc but you can't
|
||||||
// use #[cfg] on features.
|
// use #[cfg] on features.
|
||||||
|
Loading…
Reference in New Issue
Block a user