Skip to content

Commit 1a30412

Browse files
committed
Suppress some warnings about features
1 parent 16ff140 commit 1a30412

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/librustc/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
#![feature(path)]
4545
#![feature(io)]
4646
#![feature(path_ext)]
47+
#![feature(str_words)]
4748
#![cfg_attr(test, feature(test))]
49+
4850
extern crate arena;
4951
extern crate flate;
5052
extern crate fmt_macros;

src/librustc_trans/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#![feature(os)]
4545
#![feature(path_ext)]
4646
#![feature(fs)]
47+
#![feature(hash)]
4748

4849
extern crate arena;
4950
extern crate flate;

src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#![feature(str_words)]
3939
#![feature(io)]
4040
#![feature(path)]
41+
#![feature(file_path)]
4142
#![feature(path_ext)]
4243

4344
extern crate arena;

0 commit comments

Comments
 (0)