Skip to content

Commit 51b970d

Browse files
minor: replace doc_auto_cfg with doc_cfg (#607)
1 parent 0ca9ddc commit 51b970d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
436436
#![allow(clippy::cognitive_complexity, clippy::derive_partial_eq_without_eq)]
437437
#![doc(html_root_url = "https://docs.rs/bson/3.0.0")]
438-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
438+
#![cfg_attr(docsrs, feature(doc_cfg))]
439439
#![warn(missing_docs)]
440440

441441
#[doc(inline)]

0 commit comments

Comments
 (0)