Patch Changes
- 323b6cd: Fix all Clippy lint warnings in the Rust CLI: remove redundant import, use
.first()instead of.get(0), use.copied()instead of.map(|s| *s), use.contains()instead of.iter().any(), usethen_someinstead of lazythen, and simplify redundant match guards.