summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/unix/io/fd.rs
blob: d4cb696459b7e6c3f0f91ddc93fe2d729a8bea08 (plain)
1
2
3
4
5
6
7
8
//! 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::*;