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 9515b53 commit b9c6d95Copy full SHA for b9c6d95
1 file changed
src/lib.rs
@@ -95,7 +95,7 @@
95
//! * `reqwest-rustls-native-roots`
96
97
#![warn(missing_docs)]
98
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
99
100
use std::{any::type_name, future::Future};
101
0 commit comments