chore: use [lints] to address unexpected_cfgs lint (#7124)

This commit is contained in:
Taiki Endo
2025-01-25 17:46:21 +01:00
committed by GitHub
parent fb7dec0e95
commit 7f09959b0a
42 changed files with 46 additions and 55 deletions
-1
View File
@@ -1,4 +1,3 @@
#![allow(unknown_lints, unexpected_cfgs)]
#![allow(clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,