We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416085e commit 2e1913dCopy full SHA for 2e1913d
1 file changed
notify/src/lib.rs
@@ -411,10 +411,7 @@ pub type RecommendedWatcher = KqueueWatcher;
411
)))]
412
pub type RecommendedWatcher = PollWatcher;
413
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).
+/// Convenience method for creating the `RecommendedWatcher` for the current platform.
418
pub fn recommended_watcher<F>(event_handler: F) -> Result<RecommendedWatcher>
419
where
420
F: EventHandler,
0 commit comments