diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-08-29 21:09:45 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-10-02 19:09:18 +0200 |
| commit | 83ddedf17086cb7f091efe4bf5fdc9a137bea3ff (patch) | |
| tree | 18f0df844c88e21456e37ed5c719bebb66dff6d8 /compiler/rustc_data_structures/src | |
| parent | a8387aef8c378a771686878062e544af4d5e2245 (diff) | |
| download | rust-83ddedf17086cb7f091efe4bf5fdc9a137bea3ff.tar.gz rust-83ddedf17086cb7f091efe4bf5fdc9a137bea3ff.zip | |
Remove various unused feature gates
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index b1f04bfbf0a..370e8ffed72 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -7,7 +7,6 @@ //! This API is completely unstable and subject to change. #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] -#![feature(allow_internal_unstable)] #![feature(array_windows)] #![feature(associated_type_bounds)] #![feature(auto_traits)] |
