Sign in
android
/
toolchain
/
rustc
/
2f380c1f7952c665764c26a26842375bb02f5296
/
.
/
library
/
std
/
src
/
os
/
unix
/
io
/
fd.rs
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
::*;