diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-11-07 09:51:56 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-11-07 11:14:43 +0100 |
commit | 6f52d0eef5a3178e1ebf7d4c7e2cf397756f57eb (patch) | |
tree | 3a85bc61b92c76cc506597213f242ae6df8d39dd /askama_derive/src/config.rs | |
parent | ee4dbf0d8d7c81a3d77fa5b87a60152291e70fc7 (diff) | |
download | askama-6f52d0eef5a3178e1ebf7d4c7e2cf397756f57eb.tar.gz askama-6f52d0eef5a3178e1ebf7d4c7e2cf397756f57eb.tar.bz2 askama-6f52d0eef5a3178e1ebf7d4c7e2cf397756f57eb.zip |
chore: remove allow(clippy::disallowed_names)
Diffstat (limited to 'askama_derive/src/config.rs')
-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}; |