We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a8b61 commit 3b5dfacCopy full SHA for 3b5dfac
src/main.rs
@@ -84,7 +84,7 @@ fn watch() -> notify::Result<()> {
84
let _ignored = verify(None);
85
86
loop {
87
- match rx.recv() {
+ match rx.recv() {
88
Ok(event) => match event {
89
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
90
if b.extension() == Some(OsStr::new("rs")) {
0 commit comments