1
Fork 0

Fix a broken doc link on Windows.

This commit is contained in:
Dan Gohman 2022-03-02 12:39:36 -08:00
parent ba6050f742
commit af642bb466

View file

@ -5,9 +5,7 @@
use crate::fs; use crate::fs;
use crate::io; use crate::io;
use crate::os::raw; use crate::os::raw;
#[cfg(all(doc, unix))] #[cfg(doc)]
use crate::os::unix::io::AsFd;
#[cfg(all(doc, target_os = "wasi"))]
use crate::os::unix::io::AsFd; use crate::os::unix::io::AsFd;
#[cfg(unix)] #[cfg(unix)]
use crate::os::unix::io::OwnedFd; use crate::os::unix::io::OwnedFd;