Skip to content

Commit b9c6d95

Browse files
authored
Change doc attribute from doc_auto_cfg to doc_cfg (#26)
According to issue #25
1 parent 9515b53 commit b9c6d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
//! * `reqwest-rustls-native-roots`
9696
9797
#![warn(missing_docs)]
98-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
98+
#![cfg_attr(docsrs, feature(doc_cfg))]
9999

100100
use std::{any::type_name, future::Future};
101101

0 commit comments

Comments
 (0)