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 94e8e46 commit bdf2e39Copy full SHA for bdf2e39
.github/workflows/ci.yml
@@ -179,7 +179,9 @@ jobs:
179
with:
180
components: clippy, rust-src
181
- run: cargo clippy --workspace --tests --exclude demo -- -Dclippy::all -Dclippy::pedantic
182
+ continue-on-error: true # https://github.com/rust-lang/rust/issues/137640
183
- run: cargo clippy --manifest-path demo/Cargo.toml -- -Dclippy::all
184
185
186
clang-tidy:
187
name: Clang Tidy
0 commit comments