Skip to content

Commit

Permalink
prevent unnecessary #s
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Dec 26, 2024
1 parent dd2a38a commit b9bb988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9bb988

Please sign in to comment.