mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-06-01 03:14:29 +07:00
|
Some checks failed
Rust check (native) / macos-latest / 1.94 (push) Waiting to run
Rust check (native) / windows-latest / 1.94 (push) Waiting to run
Rust multi-platform build / linux-aarch64 (push) Waiting to run
Rust multi-platform build / macos-aarch64 (push) Waiting to run
Rust multi-platform build / windows-x86_64 (push) Waiting to run
Rust multi-platform build / macos-x86_64 (push) Waiting to run
Rust multi-platform build / windows-aarch64 (push) Waiting to run
Rust multi-platform build / ios-aarch64 (cargo check only) (push) Waiting to run
Rust multi-platform build / ios-aarch64-sim (cargo check only) (push) Waiting to run
Rust check (native) / ubuntu-latest / 1.94 (push) Failing after 2s
Rust check (native) / cargo-deny (native) (push) Failing after 1s
Rust multi-platform build / linux-x86_64 (push) Failing after 1s
Rust multi-platform build / wasm32-unknown-unknown / op-host-web (compile guard) (push) Failing after 2s
Rust multi-platform build / android-aarch64 (cargo check only) (push) Failing after 2s
Rust multi-platform build / android-x86_64 (cargo check only) (push) Failing after 2s
WASM bundle check (kickoff §1.2) / cargo check --target wasm32-unknown-unknown (push) Failing after 2s
WASM bundle check (kickoff §1.2) / cargo-deny --target wasm32-unknown-unknown check bans (push) Failing after 2s
CI's Rust Check runs `cargo clippy --workspace --all-targets -- -D warnings`; the fmt failure had masked it, so accumulated lints surfaced once formatting was fixed. Resolve them: - op-acp / op-ai-skills (this change set): while-let loop, redundant struct update, and `should_implement_trait` allows on the Option / infallible token parsers. - Pre-existing in op-editor-core / op-figma, swept so the workspace gate is clean: redundant `drop`, `too_many_arguments` allow, collapsible `if let`, a type alias for a complex tuple, manual `Iterator::find`, and an `approx_constant` test value. Lint fixes only — no behaviour change. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||