remove clippy pedantic
This commit is contained in:
parent
6c6e131e61
commit
a8bc1555c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@clippy
|
||||
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
||||
- run: cargo clippy --tests -- -Dclippy::all
|
||||
|
||||
# outdated:
|
||||
# name: Outdated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue