SIGN IN SIGN UP
ruvnet / RuView UNCLAIMED

π RuView: WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.

0 0 97 Rust

fix(ruview-swarm): clippy manual_is_multiple_of in lawnmower planner

CI `clippy (-D warnings, --no-deps)` failed on patterns.rs:131 —
`row % 2 == 0` is flagged by clippy::manual_is_multiple_of. Use
`row.is_multiple_of(2)` (identical even-row check). Both CI clippy
variants (--no-default-features and --features full,train) now pass.

Co-Authored-By: claude-flow <ruv@ruv.net>
R
ruv committed
29e698a05c7f3cd9cc398319c60393c4c6d6d7f5
Parent: 138449a