]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/unix/io/fd.rs
Rollup merge of #99454 - benluelo:control-flow/continue-combinators, r=scottmcm
[rust.git] / library / std / src / os / unix / io / fd.rs
1 //! Owned and borrowed file descriptors.
2
3 // Tests for this module
4 #[cfg(test)]
5 mod tests;
6
7 #[stable(feature = "io_safety", since = "1.63.0")]
8 pub use crate::os::fd::owned::*;