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::io;
use crate::os::raw;
#[cfg(all(doc, unix))]
use crate::os::unix::io::AsFd;
#[cfg(all(doc, target_os = "wasi"))]
#[cfg(doc)]
use crate::os::unix::io::AsFd;
#[cfg(unix)]
use crate::os::unix::io::OwnedFd;