Skip to content

Commit cf862df

Browse files
committed
Remove unused feature gates from librustc_driver
1 parent 2a4596a commit cf862df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustc_driver/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
//! This API is completely unstable and subject to change.
66
77
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
8-
#![feature(box_syntax)]
9-
#![cfg_attr(unix, feature(libc))]
108
#![feature(nll)]
11-
#![feature(set_stdio)]
12-
#![feature(no_debug)]
13-
#![feature(integer_atomics)]
149
#![recursion_limit = "256"]
1510

1611
pub extern crate getopts;

0 commit comments

Comments
 (0)