From b9bb988935d2fd1e6663d2853bf27975acdf795f Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Thu, 26 Dec 2024 12:52:53 -0800 Subject: [PATCH] prevent unnecessary `#`s --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: