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) --- askama_derive/src/config.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_derive/src') diff --git a/askama_derive/src/config.rs b/askama_derive/src/config.rs index 2e71ba2..cb0126c 100644 --- a/askama_derive/src/config.rs +++ b/askama_derive/src/config.rs @@ -300,7 +300,6 @@ static DEFAULT_ESCAPERS: &[(&[&str], &str)] = &[ ]; #[cfg(test)] -#[allow(clippy::disallowed_names)] mod tests { use std::env; use std::path::{Path, PathBuf}; -- cgit