Skip to content

Commit

Permalink
Restore build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
321zer0 committed Jan 8, 2024
1 parent e5bdb43 commit 5f00c70
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 @@ -5,7 +5,7 @@ _default:

# Runs clippy on the sources
check:
cargo clippy --locked --tests
cargo clippy --locked --tests -- -D warnings

# removes all build artifacts
clean:
Expand Down

0 comments on commit 5f00c70

Please sign in to comment.