about summary refs log tree commit diff
path: root/library/std/src/os/unix/io/fd.rs
blob: 7795db7abc01def170058fbb567d50df1c8bce6d (plain)
1
2
3
4
5
6
7
8
9
//! Owned and borrowed file descriptors.

#![unstable(feature = "io_safety", issue = "87074")]

// Tests for this module
#[cfg(test)]
mod tests;

pub use crate::os::fd::owned::*;