From aede2663678ae6c71b1797064289620fe74bc7ca Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 5 Oct 2024 17:42:37 +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 e4b76d20..578c96df 100644 --- a/tests/lint/lib.rs +++ b/tests/lint/lib.rs @@ -47,6 +47,7 @@ trivial_numeric_casts, unit_bindings, // unnameable_types, // TODO + unqualified_local_imports, unreachable_pub, unused_import_braces, unused_lifetimes,