onyx-tasks/crates/bevy-tasks-core
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
..
src fix(core): resolve all Clippy warnings 2026-03-30 16:29:47 -07:00
Cargo.toml docs: update documentation, add LICENSE, fix outdated info 2026-03-30 16:24:46 -07:00