Skip to content

Commit 1510f8d

Browse files
committed
DOC: Update rust doc_cfg
1 parent e643c6d commit 1510f8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Use README as crate-level documentation
22
#![doc = include_str!("../README.md")]
3-
// Experimental feature to allow docs.rs to display features
4-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
3+
#![cfg_attr(docsrs, feature(doc_cfg))]
54
#![deny(missing_docs)]
65
#![deny(rustdoc::broken_intra_doc_links)]
76
#![deny(clippy::missing_errors_doc)]

0 commit comments

Comments
 (0)