about summary refs log tree commit diff
path: root/library/std/src/os/trusty/io/mod.rs
blob: 4cfd448305b653dc1458459190876e60112e96f5 (plain)
1
2
3
4
#![stable(feature = "os_fd", since = "1.66.0")]

#[stable(feature = "os_fd", since = "1.66.0")]
pub use crate::os::fd::*;