allow symbol_intern_string_literal lint in test modules

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-12-11 19:30:33 +03:00
parent ff7906bfe1
commit f11edf7611
6 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
use std::assert_matches::assert_matches;
use std::io::prelude::*;
use std::iter::Peekable;