We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a0763 commit 96b6f16Copy full SHA for 96b6f16
src/lib.rs
@@ -995,8 +995,7 @@ pub trait Filesystem {
995
/// Mount the given filesystem to the given mountpoint. This function will
996
/// not return until the filesystem is unmounted.
997
///
998
-/// Note that you need to lead each option with a separate `"-o"` string. See
999
-/// `examples/hello.rs`.
+/// Note that you need to lead each option with a separate `"-o"` string.
1000
#[deprecated(note = "use mount2() instead")]
1001
pub fn mount<FS: Filesystem, P: AsRef<Path>>(
1002
filesystem: FS,
0 commit comments