diff --git a/src/bin/watch.rs b/src/bin/watch.rs index 0b65d8d0..e176041e 100644 --- a/src/bin/watch.rs +++ b/src/bin/watch.rs @@ -98,8 +98,6 @@ pub fn trigger_on_change(book: &mut MDBook, closure: F) -> () match rx.recv() { Ok(event) => { match event { - NoticeWrite(path) | - NoticeRemove(path) | Create(path) | Write(path) | Remove(path) |