clippy
This commit is contained in:
@@ -189,7 +189,7 @@ where
|
||||
}
|
||||
OverlayTask::CleanupMirrors => {
|
||||
let mut ids_to_remove = vec![];
|
||||
for (oid, o) in self.overlays.iter() {
|
||||
for (oid, o) in &self.overlays {
|
||||
if !matches!(o.config.category, OverlayCategory::Mirror) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user