mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Suppress some warnings about features
This commit is contained in:
parent
16ff1401d8
commit
1a30412ebf
@ -44,7 +44,9 @@
|
||||
#![feature(path)]
|
||||
#![feature(io)]
|
||||
#![feature(path_ext)]
|
||||
#![feature(str_words)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
extern crate arena;
|
||||
extern crate flate;
|
||||
extern crate fmt_macros;
|
||||
|
@ -44,6 +44,7 @@
|
||||
#![feature(os)]
|
||||
#![feature(path_ext)]
|
||||
#![feature(fs)]
|
||||
#![feature(hash)]
|
||||
|
||||
extern crate arena;
|
||||
extern crate flate;
|
||||
|
@ -38,6 +38,7 @@
|
||||
#![feature(str_words)]
|
||||
#![feature(io)]
|
||||
#![feature(path)]
|
||||
#![feature(file_path)]
|
||||
#![feature(path_ext)]
|
||||
|
||||
extern crate arena;
|
||||
|
Loading…
Reference in New Issue
Block a user