From 80883b77bf1266acbf3c651a581dfd45d2371362 Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Mon, 29 Sep 2025 14:22:34 +0100 Subject: [PATCH] minor: replace doc_auto_cfg with doc_cfg --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 392efe9aa..bf9fbce86 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ clippy::match_like_matches_macro, clippy::derive_partial_eq_without_eq )] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(test, type_length_limit = "80000000")] #![doc(html_root_url = "https://docs.rs/mongodb/3.3.0")]