try again
Some checks failed
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled

This commit is contained in:
Robin Mueller
2025-10-07 16:59:04 +02:00
parent 9a810a879e
commit 32e1d059ba
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ jobs:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rust-src
- run: just docs-zynq
clippy:

View File

@@ -19,7 +19,7 @@ clean target:
cd {{target}} && cargo clean
fmt target:
cd {{target}} && cargo fmt --all -- --check
cd {{target}} && cargo +stable fmt --all -- --check
clippy target:
cd {{target}} && cargo clippy -- -D warnings