We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2eaea commit 315af6dCopy full SHA for 315af6d
src/lib.rs
@@ -10,7 +10,7 @@
10
clippy::match_like_matches_macro,
11
clippy::derive_partial_eq_without_eq
12
)]
13
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
14
#![cfg_attr(test, type_length_limit = "80000000")]
15
#![doc(html_root_url = "https://docs.rs/mongodb/3.3.0")]
16
0 commit comments