about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/lib.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-26 19:52:14 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-26 19:52:14 +0000
commit4e1555462f136d3d1f312537d189c9b8d7bc921a (patch)
tree2490943fdbe79bbd4ca18bcf565343c4f589a2d0 /compiler/rustc_macros/src/lib.rs
parent22572d0994593197593e2a1b7b18d720a9a349a7 (diff)
downloadrust-4e1555462f136d3d1f312537d189c9b8d7bc921a.tar.gz
rust-4e1555462f136d3d1f312537d189c9b8d7bc921a.zip
Remove a couple of unused feature enables
Diffstat (limited to 'compiler/rustc_macros/src/lib.rs')
-rw-r--r--compiler/rustc_macros/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_macros/src/lib.rs b/compiler/rustc_macros/src/lib.rs
index c59f86b0a9b..929bc2df6f6 100644
--- a/compiler/rustc_macros/src/lib.rs
+++ b/compiler/rustc_macros/src/lib.rs
@@ -1,7 +1,5 @@
 // tidy-alphabetical-start
-#![allow(internal_features)]
 #![allow(rustc::default_hash_types)]
-#![feature(allow_internal_unstable)]
 #![feature(if_let_guard)]
 #![feature(let_chains)]
 #![feature(never_type)]