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 75382e3 commit 522fec6Copy full SHA for 522fec6
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
toolchain: nightly
24
components: clippy rustfmt
25
+ - run: rustup toolchain install nightly-2025-02-06
26
- run: cargo clippy -- -D warnings
27
- run: cargo fmt --all -- --check
28
0 commit comments