diff --git a/notify/src/lib.rs b/notify/src/lib.rs index 40d7fa03..89a742e8 100644 --- a/notify/src/lib.rs +++ b/notify/src/lib.rs @@ -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(event_handler: F) -> Result where F: EventHandler,