We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inotify::
1 parent 547fbe7 commit 3bf3410Copy full SHA for 3bf3410
1 file changed
src/fs/inotify.rs
@@ -12,13 +12,13 @@ use crate::io::{read_uninit, Errno};
12
use core::mem::{align_of, size_of, MaybeUninit};
13
use linux_raw_sys::general::inotify_event;
14
15
-#[deprecated(note = "Use add_watch.")]
+#[deprecated(note = "Use `inotify::add_watch`.")]
16
#[doc(hidden)]
17
pub use add_watch as inotify_add_watch;
18
-#[deprecated(note = "Use init.")]
+#[deprecated(note = "Use `inotify::init`.")]
19
20
pub use init as inotify_init;
21
-#[deprecated(note = "Use remove_watch.")]
+#[deprecated(note = "Use `inotify::remove_watch`.")]
22
23
pub use remove_watch as inotify_remove_watch;
24
0 commit comments