We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b688fa5 commit 2dbb8d1Copy full SHA for 2dbb8d1
1 file changed
src/lib.rs
@@ -32,6 +32,7 @@
32
#![cfg_attr(all(wasi_ext, target_os = "wasi"), feature(wasi_ext))]
33
// Currently supported platforms.
34
#![cfg(any(unix, windows, target_os = "wasi", target_os = "hermit"))]
35
+#![cfg_attr(doc_cfg, feature(doc_cfg))]
36
37
mod portability;
38
mod traits;
0 commit comments