Skip to content

Commit

Permalink
lib: enable doc_auto_cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 1, 2023
1 parent 058b351 commit 77ef060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
//! }
//! ```
// Enable documentation for all features on docs.rs
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

#[cfg(all(unix, not(target_os = "macos")))]
mod unix;
#[cfg(all(unix, not(target_os = "macos")))]
Expand Down

0 comments on commit 77ef060

Please sign in to comment.