Skip to content

Commit 7d4a719

Browse files
authored
chore: Remove fs feature enabling mod mount (#1194)
1 parent ec96121 commit 7d4a719

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,6 @@ pub mod time;
293293
#[cfg_attr(docsrs, doc(cfg(feature = "runtime")))]
294294
pub mod runtime;
295295

296-
// Temporarily provide some mount functions for use in the fs module for
297-
// backwards compatibility.
298-
#[cfg(linux_kernel)]
299-
#[cfg(all(feature = "fs", not(feature = "mount")))]
300-
pub(crate) mod mount;
301-
302296
// Declare "fs" as a non-public module if "fs" isn't enabled but we need it for
303297
// reading procfs.
304298
#[cfg(not(windows))]

0 commit comments

Comments
 (0)