- 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) |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||