From cf38f90aa95fccacd9276a0f638e3edd9797f698 Mon Sep 17 00:00:00 2001 From: Ben S Date: Sat, 7 Mar 2015 23:01:39 +0000 Subject: [PATCH] Sweep deprecated warnings under the rug --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f714206..8074557 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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.