Skip to content

Commit fa1dc82

Browse files
committed
a less strict clippy
1 parent 54046d2 commit fa1dc82

File tree

2 files changed

+741
-741
lines changed

2 files changed

+741
-741
lines changed

Diff for: .github/workflows/prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Test
3333
run: cargo test --release --verbose --features arkworks
3434
- name: Lint
35-
run: cargo clippy --release --features arkworks -- -D warnings
35+
run: cargo clippy --release --features arkworks
3636
- name: Format
3737
run: cargo fmt -- --check
3838

0 commit comments

Comments
 (0)