Skip to content

Commit

Permalink
Update notify-debouncer-mini/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <[email protected]>
  • Loading branch information
0xpr03 and JohnTitor authored Sep 2, 2022
1 parent 4162b8d commit 825a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify-debouncer-mini/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//! The following feature can be turned on or off.
//!
//! - `crossbeam` enabled by default, adds DebounceEventHandler support for crossbeam channels.
//! Also enables crossbeam-channel in the re-exported notify. You my want to disable this when using the tokio async runtime.
//! Also enables crossbeam-channel in the re-exported notify. You may want to disable this when using the tokio async runtime.
//! - `serde` enabled serde support for events.
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 825a48f

Please sign in to comment.