diff --git a/src/main.rs b/src/main.rs index 9451f11..3418685 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,7 +84,7 @@ fn watch() -> notify::Result<()> { let _ignored = verify(None); loop { - match rx.recv() { + match rx.recv() { Ok(event) => match event { DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => { if b.extension() == Some(OsStr::new("rs")) {