Skip to content

Commit 1616761

Browse files
also link back to openat2 in the Modes struct
1 parent c4caf5c commit 1616761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/linux_raw/fs/types.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ bitflags! {
6767
}
6868

6969
bitflags! {
70-
/// `S_I*` constants for use with [`openat`], [`chmodat`], and [`fchmod`].
70+
/// `S_I*` constants for use with [`openat`], [`openat2`], [`chmodat`], and [`fchmod`].
7171
///
7272
/// [`openat`]: crate::fs::openat
73+
/// [`openat2`]: crate::fs::openat2
7374
/// [`chmodat`]: crate::fs::chmodat
7475
/// [`fchmod`]: crate::fs::fchmod
7576
#[repr(transparent)]

0 commit comments

Comments
 (0)