openpencil/crates/op-host-native/tests
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
..
common refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
gpu_chrome_stub_composition.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
gpu_smoke.rs fix: clear clippy -D warnings across the workspace 2026-05-17 01:26:29 +08:00
memory_loop.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
raster_composition.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
raster_text_smoke.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
resize_smoke.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
teardown_idempotent.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00
tracing_spans.rs refactor(rust): rename native + desktop hosts to op-host-* crates 2026-05-16 23:49:58 +08:00