Skip to content

Commit 5837740

Browse files
authored
fix: rename doc_auto_cfg feature (#737)
1 parent 25f3aff commit 5837740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-tls/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
44
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]
5-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
5+
#![cfg_attr(docsrs, feature(doc_cfg))]
66

77
#[cfg(feature = "openssl")]
88
#[allow(unused_extern_crates)]

0 commit comments

Comments
 (0)