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 6cd42bb commit a6a8b61Copy full SHA for a6a8b61
src/main.rs
@@ -88,8 +88,7 @@ fn watch() -> notify::Result<()> {
88
Ok(event) => match event {
89
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
90
if b.extension() == Some(OsStr::new("rs")) {
91
- println!("----------**********----------");
92
- println!();
+ println!("----------**********----------\n");
93
let _ignored = verify(Some(b.as_path().to_str().unwrap()));
94
}
95
0 commit comments