summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/wasi/io/fd.rs
blob: 930aca887e3c456ab52dda459f8b1040b793425f (plain)
1
2
3
4
5
6
7
8
9
//! Owned and borrowed file descriptors.

#![unstable(feature = "wasi_ext", issue = "71213")]

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

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