allow symbol_intern_string_literal
lint in test modules
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
ff7906bfe1
commit
f11edf7611
6 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
|
||||
|
||||
use rustc_span::{Symbol, create_default_session_globals_then};
|
||||
|
||||
use crate::levels::parse_lint_and_tool_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue