Skip to content

Commit 2dbb8d1

Browse files
authored
Fix docs.rs not working (#73)
1 parent b688fa5 commit 2dbb8d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#![cfg_attr(all(wasi_ext, target_os = "wasi"), feature(wasi_ext))]
3333
// Currently supported platforms.
3434
#![cfg(any(unix, windows, target_os = "wasi", target_os = "hermit"))]
35+
#![cfg_attr(doc_cfg, feature(doc_cfg))]
3536

3637
mod portability;
3738
mod traits;

0 commit comments

Comments
 (0)