From 6f52d0eef5a3178e1ebf7d4c7e2cf397756f57eb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 7 Nov 2022 09:51:56 +0100 Subject: chore: remove allow(clippy::disallowed_names) --- testing/tests/simple.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/simple.rs') diff --git a/testing/tests/simple.rs b/testing/tests/simple.rs index 44439c5..ebc8267 100644 --- a/testing/tests/simple.rs +++ b/testing/tests/simple.rs @@ -1,4 +1,4 @@ -#![allow(clippy::disallowed_names)] +#![allow(clippy::disallowed_names)] // For the use of `foo` in test cases use askama::Template; -- cgit