Skip to content

Commit 90e8740

Browse files
add clippy flags (#301)
## Type - [ ] feature - [ ] bugfix - [ ] dev (no functional changes, no API changes) - [ ] fmt (formatting, renaming) - [ ] build - [ ] docs - [ ] testing ## Description ## Breaking changes? - [ ] yes - [ ] no <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/proving-utils/301) <!-- Reviewable:end -->
1 parent b625e2a commit 90e8740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: rustup toolchain install nightly-2025-07-14 --profile minimal
2626
- run: rustup component add clippy --toolchain nightly-2025-07-14
2727
- uses: Swatinem/rust-cache@v2
28-
- run: cargo +nightly-2025-07-14 clippy --workspace --all-targets --all-features -- -D warnings -D future-incompatible -D rust-2018-idioms
28+
- run: cargo +nightly-2025-07-14 clippy --workspace --all-targets --all-features -- -D warnings -D future-incompatible -D nonstandard-style -D rust-2018-idioms -D unused
2929

3030
tests:
3131
runs-on: namespace-profile-starkware-libs-proving-utils-large-ubuntu-24-04-amd64

0 commit comments

Comments
 (0)