blob: d4cb696459b7e6c3f0f91ddc93fe2d729a8bea08 [file] [log] [blame]
//! Owned and borrowed file descriptors.
// Tests for this module
#[cfg(test)]
mod tests;
#[stable(feature = "io_safety", since = "1.63.0")]
pub use crate::os::fd::owned::*;