onyx-tasks/crates
Tristan Michael c32a6fbe8b fix(core): resolve all Clippy warnings
- Replace redundant closures with function references (webdav.rs, sync.rs)
- Use is_some_and instead of map_or(false, ...) (sync.rs)
- Use map instead of and_then(|x| Some(...)) (sync.rs)
- Use if-let instead of single-arm match (webdav.rs)
2026-03-30 16:29:47 -07:00
..
bevy-tasks-cli fix(cli): add confirmation prompt before task deletion 2026-03-30 16:24:46 -07:00
bevy-tasks-core fix(core): resolve all Clippy warnings 2026-03-30 16:29:47 -07:00