diff --git a/src/main.rs b/src/main.rs index 2fb2a09e6..8829ac73f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,6 +65,7 @@ fn main() -> anyhow::Result<()> { // handle it. let event = event.expect("Error handling watch event"); + //Various acceptable ModifyKind kinds. Varies across platforms (e.g. MacOs vs. Windows10) if let notify::EventKind::Modify(notify::event::ModifyKind::Any) | notify::EventKind::Modify(notify::event::ModifyKind::Data( notify::event::DataChange::Any,