We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d88cc commit 859a5aeCopy full SHA for 859a5ae
.github/workflows/build.yml
@@ -9,6 +9,7 @@ on:
9
10
env:
11
CARGO_TERM_COLOR: always
12
+ RUSTFLAGS: '-D warnings'
13
14
jobs:
15
# Run MIRI tests on nightly
@@ -111,7 +112,7 @@ jobs:
111
112
with:
113
components: clippy
114
targets: i686-unknown-linux-musl
- - run: cargo clippy --all --target i686-unknown-linux-musl --all-targets -- --deny warnings
115
+ - run: cargo clippy --all --target i686-unknown-linux-musl --all-targets
116
117
# Compilation check
118
check:
0 commit comments