diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-11-17 19:08:28 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-02-04 19:18:10 +0100 |
| commit | 2a4596abfb4449371982c824c330e30f4ae0d1ee (patch) | |
| tree | 2c70ee1a3273e7ed741e752017c3f4a4a516747c | |
| parent | c2da8b3f0d669cb5d6e7d1338aed91fd1c76b8a3 (diff) | |
| download | rust-2a4596abfb4449371982c824c330e30f4ae0d1ee.tar.gz rust-2a4596abfb4449371982c824c330e30f4ae0d1ee.zip | |
Remove unused feature gates from librustc_data_structures
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index aaac7fb4460..13792a0c890 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -12,7 +12,6 @@ #![feature(generators)] #![feature(generator_trait)] #![feature(fn_traits)] -#![feature(unsize)] #![feature(specialization)] #![feature(optin_builtin_traits)] #![feature(nll)] @@ -20,11 +19,9 @@ #![feature(hash_raw_entry)] #![feature(stmt_expr_attributes)] #![feature(core_intrinsics)] -#![feature(integer_atomics)] #![feature(test)] #![feature(associated_type_bounds)] #![feature(thread_id_value)] -#![cfg_attr(unix, feature(libc))] #![allow(rustc::default_hash_types)] #[macro_use] |
