update clippy
This commit is contained in:
commit
c5002d85a9
149 changed files with 2565 additions and 2361 deletions
BIN
.github/workflows/.ci.yml.swp
vendored
Normal file
BIN
.github/workflows/.ci.yml.swp
vendored
Normal file
Binary file not shown.
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
clean: false
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy
|
||||
run: cargo clippy --workspace -- -D warnings -A clippy::reversed_empty_ranges -A clippy::missing_safety_doc -A clippy::let_unit_value
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --workspace --no-fail-fast
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue