From 15123979fe090c6a4989bc1ed0b55584e690d29c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 5 Oct 2024 17:43:31 +0900 Subject: [PATCH] tests: Update lint test --- tests/lint/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lint/lib.rs b/tests/lint/lib.rs index 8b8abc8..2c5251b 100644 --- a/tests/lint/lib.rs +++ b/tests/lint/lib.rs @@ -48,6 +48,7 @@ trivial_numeric_casts, unit_bindings, unnameable_types, + unqualified_local_imports, unreachable_pub, unused_import_braces, unused_lifetimes,