From ee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 4 Nov 2022 21:35:43 +0100 Subject: chore: apply clippy suggestions for 1.65 --- testing/tests/matches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/matches.rs') diff --git a/testing/tests/matches.rs b/testing/tests/matches.rs index 35c1204..05fd03b 100644 --- a/testing/tests/matches.rs +++ b/testing/tests/matches.rs @@ -1,4 +1,4 @@ -#![allow(clippy::blacklisted_name)] +#![allow(clippy::disallowed_names)] use askama::Template; -- cgit