aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/matches.rs
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-11-04 21:35:43 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-11-07 11:14:43 +0100
commitee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7 (patch)
tree255bdc9dd115cc982571f912ed0e4401c2dce8bf /testing/tests/matches.rs
parent40b6f348d9e23ee1d2f7e4597a11bedb6325dc7e (diff)
downloadaskama-ee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7.tar.gz
askama-ee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7.tar.bz2
askama-ee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7.zip
chore: apply clippy suggestions for 1.65
Diffstat (limited to 'testing/tests/matches.rs')
-rw-r--r--testing/tests/matches.rs2
1 files changed, 1 insertions, 1 deletions
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;