about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-05-31 12:09:24 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-05-31 13:55:43 +0200
commit312f9644784f81cb622f6198756afd2843d7d512 (patch)
tree8430a87ea762877d0c061a14e4383fcd8186137c /compiler/rustc_data_structures/src
parent9de82d7611cd75fda0f0def322525b8942381bec (diff)
downloadrust-312f9644784f81cb622f6198756afd2843d7d512.tar.gz
rust-312f9644784f81cb622f6198756afd2843d7d512.zip
Remove unused feature gates
Diffstat (limited to 'compiler/rustc_data_structures/src')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs1
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 e389f999f97..a8b9f479f1e 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -16,7 +16,6 @@
 #![feature(nll)]
 #![feature(allow_internal_unstable)]
 #![feature(hash_raw_entry)]
-#![feature(stmt_expr_attributes)]
 #![feature(core_intrinsics)]
 #![feature(test)]
 #![feature(associated_type_bounds)]