diff options
Diffstat (limited to '')
-rw-r--r-- | askama_derive/src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |