diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 19:10:39 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-04 19:18:11 +0100 |
| commit | cf862df494438923295ae4ca78b40787c6b89d53 (patch) | |
| tree | 64d7993243579e70ba9605bb78e2ded741f78b99 | |
| parent | 2a4596abfb4449371982c824c330e30f4ae0d1ee (diff) | |
| download | rust-cf862df494438923295ae4ca78b40787c6b89d53.tar.gz rust-cf862df494438923295ae4ca78b40787c6b89d53.zip | |
Remove unused feature gates from librustc_driver
| -rw-r--r-- | src/librustc_driver/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 019ff431bcb..52c63994985 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -5,12 +5,7 @@ //! This API is completely unstable and subject to change. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] -#![feature(box_syntax)] -#![cfg_attr(unix, feature(libc))] #![feature(nll)] -#![feature(set_stdio)] -#![feature(no_debug)] -#![feature(integer_atomics)] #![recursion_limit = "256"] pub extern crate getopts; |
