Skip to content

Commit

Permalink
chore: Upgrade linting tools with nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
zurawiki committed Jun 17, 2023
1 parent a57c236 commit 0758220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bench *args:
cargo +nightly bench {{args}}

lint:
cargo fmt --all -- --check
cargo clippy --all-features --all-targets -- -D warnings --allow deprecated
cargo +nightly fmt --all -- --check
cargo +nightly clippy --all-features --all-targets -- -D warnings --allow deprecated

fix:
cargo +nightly fix --allow-dirty --allow-staged
Expand Down

0 comments on commit 0758220

Please sign in to comment.