Skip to content

Commit 6d0e731

Browse files
authored
Update lib.rs
1 parent b45d808 commit 6d0e731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notify/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ mod tests {
460460
fs::create_dir(&child_dir)?;
461461

462462
let mut watcher = recommended_watcher(|e| {
463-
println!("{:?}", e);
463+
// Do something here.
464464
})?;
465465
watcher.watch(&child_dir, RecursiveMode::NonRecursive)?;
466466

0 commit comments

Comments
 (0)