Skip to content

Commit

Permalink
Enable doc_auto_cfg for docsrs
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Mar 11, 2024
1 parent 6717805 commit eb86fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc(html_favicon_url = "https://watchexec.github.io/logo:command-group.svg")]
#![doc(html_logo_url = "https://watchexec.github.io/logo:command-group.svg")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// #![warn(missing_docs)]

// #[cfg(feature = "std")]
Expand Down

0 comments on commit eb86fd3

Please sign in to comment.