Skip to content

Commit

Permalink
[docs] Fix debounced doc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Apr 1, 2019
1 parent 62c16f5 commit 1260473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//! loop {
//! # break;
//! match rx.recv() {
//! Ok(event) => println!("changed: {:?}", event.path),
//! Ok(event) => println!("changed: {:?}", event),
//! Err(err) => println!("watch error: {:?}", err),
//! };
//! }
Expand Down

0 comments on commit 1260473

Please sign in to comment.