diff --git a/justfile b/justfile index fd96fb88..9b34dacf 100644 --- a/justfile +++ b/justfile @@ -123,7 +123,7 @@ check-rust: set -eo pipefail cargo fmt -- --check - cargo clippy -- -Dwarnings -D clippy::dbg_macro + cargo clippy -- -Dwarnings -D clippy::dbg_macro -D clippy::needless_raw_string_hashes # Perform format and type checking. check: