]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/net/mod.rs
Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk
[rust.git] / library / std / src / os / net / mod.rs
1 //! OS-specific networking functionality.
2
3 #[cfg(any(target_os = "linux", target_os = "android", doc))]
4 pub(super) mod linux_ext;