Skip to content

Commit

Permalink
give some flex ignoging lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 6, 2024
1 parent 7da8ee3 commit 6f55252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-and-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run cargo-clippy
run: cargo clippy
env:
RUSTFLAGS: "-D warnings"
RUSTFLAGS: "-D warnings --force-warn unknown_lints"
RUST_VERSION: ${{matrix.rust}}

cargo-deny:
Expand Down

0 comments on commit 6f55252

Please sign in to comment.