Skip to content

Commit b2027c8

Browse files
committed
Rename mount_recursive_bind to mount_bind_recursive.
See [this comment] for details. [this comment]: #763 (comment)
1 parent 4a0c0e4 commit b2027c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mount/mount_unmount.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub fn mount_bind<Source: path::Arg, Target: path::Arg>(
133133
#[inline]
134134
#[doc(alias = "mount")]
135135
#[doc(alias = "MS_REC")]
136-
pub fn mount_recursive_bind<Source: path::Arg, Target: path::Arg>(
136+
pub fn mount_bind_recursive<Source: path::Arg, Target: path::Arg>(
137137
source: Source,
138138
target: Target,
139139
) -> io::Result<()> {

0 commit comments

Comments
 (0)