mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 09:17:09 +00:00
Sweep deprecated warnings under the rug
This commit is contained in:
parent
99f9a75a24
commit
cf38f90aa9
@ -1,4 +1,5 @@
|
||||
#![feature(collections, core, exit_status, io, libc, old_io, old_path, os, std_misc)]
|
||||
#![feature(collections, core, exit_status, io, libc, old_fs, old_io, old_path, os, std_misc)]
|
||||
#![allow(deprecated)]
|
||||
|
||||
// Other platforms than macos don't need std_misc but you can't
|
||||
// use #[cfg] on features.
|
||||
|
Loading…
Reference in New Issue
Block a user