diff options
Diffstat (limited to 'askama_derive')
-rw-r--r-- | askama_derive/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/src/config.rs b/askama_derive/src/config.rs index 14d4323..2e71ba2 100644 --- a/askama_derive/src/config.rs +++ b/askama_derive/src/config.rs @@ -300,7 +300,7 @@ static DEFAULT_ESCAPERS: &[(&[&str], &str)] = &[ ]; #[cfg(test)] -#[allow(clippy::blacklisted_name)] +#[allow(clippy::disallowed_names)] mod tests { use std::env; use std::path::{Path, PathBuf}; |