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