Skip to content

Commit

Permalink
Merge pull request #2515 from o1-labs/dw/run-format-with-nightly
Browse files Browse the repository at this point in the history
Makefile: use nightly for `format` target
  • Loading branch information
dannywillems authored Sep 2, 2024
2 parents 3f3897b + 65973af commit a459c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ nextest-all-with-coverage:

# Format the code
format:
cargo fmt -- --check
cargo +nightly fmt -- --check

# Lint the code
lint:
Expand Down

0 comments on commit a459c8f

Please sign in to comment.