Skip to content

Commit

Permalink
Fix a broken doc link on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Mar 2, 2022
1 parent ba6050f commit af642bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/std/src/os/fd/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af642bb

Please sign in to comment.