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 notify-rs#336.
  • Loading branch information
naglis committed Mar 13, 2024
1 parent 2511ebc commit f624667
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions notify/src/lib.rs
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 f624667

Please sign in to comment.