We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fs
mod mount
1 parent ec96121 commit 7d4a719Copy full SHA for 7d4a719
src/lib.rs
@@ -293,12 +293,6 @@ pub mod time;
293
#[cfg_attr(docsrs, doc(cfg(feature = "runtime")))]
294
pub mod runtime;
295
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
-
302
// Declare "fs" as a non-public module if "fs" isn't enabled but we need it for
303
// reading procfs.
304
#[cfg(not(windows))]
0 commit comments