mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Fix unreachable pattern warning
This commit is contained in:
@@ -111,9 +111,6 @@ impl ChangeProcessor {
|
|||||||
applied_patches.push(applied_patch_set);
|
applied_patches.push(applied_patch_set);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ImfsEvent::Removed(path) => {
|
|
||||||
log::warn!("TODO: Handle file remove events");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
applied_patches
|
applied_patches
|
||||||
|
|||||||
Reference in New Issue
Block a user