Fix a broken doc link on Windows.
This commit is contained in:
parent
ba6050f742
commit
af642bb466
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue