Skip to content

Commit 2e1913d

Browse files
naglis0xpr03
authored andcommitted
Remove mention of immediate mode in the docs
Notion of "immediate mode" was removed in #336.
1 parent 416085e commit 2e1913d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

notify/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,7 @@ pub type RecommendedWatcher = KqueueWatcher;
411411
)))]
412412
pub type RecommendedWatcher = PollWatcher;
413413

414-
/// Convenience method for creating the `RecommendedWatcher` for the current platform in
415-
/// _immediate_ mode.
416-
///
417-
/// See [`Watcher::new_immediate`](trait.Watcher.html#tymethod.new_immediate).
414+
/// Convenience method for creating the `RecommendedWatcher` for the current platform.
418415
pub fn recommended_watcher<F>(event_handler: F) -> Result<RecommendedWatcher>
419416
where
420417
F: EventHandler,

0 commit comments

Comments
 (0)