Skip to content

Commit

Permalink
Remove mention of immediate mode in the docs
Browse files Browse the repository at this point in the history
Notion of "immediate mode" was removed in #336.
  • Loading branch information
naglis authored and 0xpr03 committed Mar 28, 2024
1 parent 416085e commit 2e1913d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions notify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,7 @@ pub type RecommendedWatcher = KqueueWatcher;
)))]
pub type RecommendedWatcher = PollWatcher;

/// Convenience method for creating the `RecommendedWatcher` for the current platform in
/// _immediate_ mode.
///
/// See [`Watcher::new_immediate`](trait.Watcher.html#tymethod.new_immediate).
/// Convenience method for creating the `RecommendedWatcher` for the current platform.
pub fn recommended_watcher<F>(event_handler: F) -> Result<RecommendedWatcher>
where
F: EventHandler,
Expand Down

0 comments on commit 2e1913d

Please sign in to comment.