File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
notify-debouncer-full/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pub trait FileIdCache {
3030 ///
3131 /// This will be called if the notification back-end has dropped events.
3232 /// The root paths are passed as argument, so the implementer doesn't have to store them.
33- ///
33+ ///
3434 /// The default implementation calls `add_path` for each root path.
3535 fn rescan ( & mut self , root_paths : & [ ( PathBuf , RecursiveMode ) ] ) {
3636 for ( path, recursive_mode) in root_paths {
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ impl Config {
100100 /// For the [INotifyWatcher](crate::INotifyWatcher), [KqueueWatcher](crate::KqueueWatcher),
101101 /// and [PollWatcher](crate::PollWatcher).
102102 ///
103- /// Determine if sybolic links should be followed when recursively watching a directory.
103+ /// Determine if symbolic links should be followed when recursively watching a directory.
104104 ///
105105 /// This can't be changed during runtime. On by default.
106106 pub fn with_follow_symlinks ( mut self , follow_symlinks : bool ) -> Self {
You can’t perform that action at this time.
0 commit comments