Skip to content

Commit 315af6d

Browse files
authored
minor: replace doc_auto_cfg with doc_cfg (#1483)
1 parent ef2eaea commit 315af6d

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
@@ -10,7 +10,7 @@
1010
clippy::match_like_matches_macro,
1111
clippy::derive_partial_eq_without_eq
1212
)]
13-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
13+
#![cfg_attr(docsrs, feature(doc_cfg))]
1414
#![cfg_attr(test, type_length_limit = "80000000")]
1515
#![doc(html_root_url = "https://docs.rs/mongodb/3.3.0")]
1616

0 commit comments

Comments
 (0)