mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
CI: Remove --deny=warnings from clippy test
This was pretty annoying on rust release day, because it introduced new warnings. Specifically 1.73 introduced a spurious one about PartialOrd and Ord disagreeing when both were in fact #derive-d.
This commit is contained in:
parent
79bbf5247a
commit
e62f32c16b
4
.github/workflows/rust_checks.yml
vendored
4
.github/workflows/rust_checks.yml
vendored
|
@ -29,4 +29,6 @@ jobs:
|
|||
run: |
|
||||
cmake -B build
|
||||
- name: cargo clippy
|
||||
run: cargo clippy --workspace --all-targets -- --deny=warnings
|
||||
# This used to have --deny=warnings, but that turns rust release day
|
||||
# into automatic CI failure day, so we don't do that.
|
||||
run: cargo clippy --workspace --all-targets
|
||||
|
|
Loading…
Reference in New Issue
Block a user