openpencil/crates/wasm-libc-shim/src
Kayshen-X 6f4ab59313 fix: clear clippy -D warnings across the workspace
The op-* crate reorg never ran `cargo clippy -- -D warnings`, so the CI
lint gate failed. Fix every violation surgically: real fixes for
mechanical lints (needless_range_loop, derivable_impls, ptr_arg,
needless_borrow, doc_lazy_continuation, unused_imports, manual_find,
collapsible_match, never_loop, dead_code, complex types via type
aliases) and scoped `#[allow]` for intrusive ones (too_many_arguments
on paint helpers, result_large_err where ToolOutcome / PenNode payloads
are deliberately the Err type).
2026-05-17 01:26:29 +08:00
..
imp style(shell): cargo fmt --all (rustfmt-clean) 2026-05-10 18:47:33 +08:00
lib.rs fix: clear clippy -D warnings across the workspace 2026-05-17 01:26:29 +08:00
stdio_stub.c fix(shell-web): Step 3 stop-hook — actually render canvas text 2026-05-10 12:38:33 +08:00