Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions notify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
//! You can disable crossbeam-channel, letting notify fallback to std channels via
//!
//! ```toml
//! notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] }
//! // Alternatively macos_fsevent instead of macos_kqueue
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't remove this, if you only watch a little amount of files, kqueue is totally valid

//! notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
//! ```
//! Note the `macos_kqueue` requirement here, otherwise no native backend is available on macos.
//! Note the `macos_fsevent` requirement here, otherwise no native backend is available on macos.
//!
//! # Known Problems
//!
Expand Down