Skip to content

Commit

Permalink
ci: enable doc_cfg feature on docsrs
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Nov 19, 2023
1 parent 0129284 commit 8d7208e
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,3 +1,4 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(rust_2018_idioms, missing_debug_implementations)]
#![deny(rustdoc::broken_intra_doc_links)]
#![doc = include_str!("../README.md")]
Expand Down

0 comments on commit 8d7208e

Please sign in to comment.