We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6050f commit af642bbCopy full SHA for af642bb
library/std/src/os/fd/raw.rs
@@ -5,9 +5,7 @@
5
use crate::fs;
6
use crate::io;
7
use crate::os::raw;
8
-#[cfg(all(doc, unix))]
9
-use crate::os::unix::io::AsFd;
10
-#[cfg(all(doc, target_os = "wasi"))]
+#[cfg(doc)]
11
use crate::os::unix::io::AsFd;
12
#[cfg(unix)]
13
use crate::os::unix::io::OwnedFd;
0 commit comments