about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_lint/src/tests.rs')
-rw-r--r--compiler/rustc_lint/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/tests.rs b/compiler/rustc_lint/src/tests.rs
index 186dec5904b..f49301b0215 100644
--- a/compiler/rustc_lint/src/tests.rs
+++ b/compiler/rustc_lint/src/tests.rs
@@ -1,4 +1,4 @@
-#![cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
+#![allow(rustc::symbol_intern_string_literal)]
 
 use rustc_span::{Symbol, create_default_session_globals_then};