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.
clippy
1 parent 663a48d commit 4fed1c1Copy full SHA for 4fed1c1
.github/workflows/workspace.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 45
22
steps:
23
- uses: actions/checkout@v4
24
- - uses: dtolnay/rust-toolchain@beta # TODO: use `1.79` after 2024-06-13
+ - uses: dtolnay/[email protected]
25
with:
26
components: clippy
27
- run: cargo clippy -- -D warnings
0 commit comments