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 51ec725 commit de5ce44Copy full SHA for de5ce44
.github/workflows/clippy.yml
@@ -10,9 +10,9 @@ jobs:
10
clippy_check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
- uses: dtolnay/rust-toolchain@master
15
with:
16
- toolchain: 1.71.0
+ toolchain: 1.91.1
17
components: clippy
18
- - run: cargo clippy
+ - run: cargo clippy --all-targets
.github/workflows/rustfmt.yml
@@ -12,9 +12,9 @@ jobs:
name: Rustfmt
19
components: rustfmt
20
- run: cargo fmt --all -- --check
0 commit comments