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 522fec6 commit 2a36d24Copy full SHA for 2a36d24
.github/workflows/build.yml
@@ -19,9 +19,6 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- uses: actions-rs/[email protected]
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
0 commit comments