From 8b3c1d1ecbce627dc2947d5aa24c2eaaaa28444c Mon Sep 17 00:00:00 2001 From: Pasha Fistanto Date: Thu, 20 Feb 2025 20:16:53 +0100 Subject: [PATCH] doc: fix outdated documentation --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0fca009d..57d0de1b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -995,8 +995,7 @@ pub trait Filesystem { /// Mount the given filesystem to the given mountpoint. This function will /// not return until the filesystem is unmounted. /// -/// Note that you need to lead each option with a separate `"-o"` string. See -/// `examples/hello.rs`. +/// Note that you need to lead each option with a separate `"-o"` string. #[deprecated(note = "use mount2() instead")] pub fn mount>( filesystem: FS,