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 25f3aff commit 5837740Copy full SHA for 5837740
actix-tls/src/lib.rs
@@ -2,7 +2,7 @@
2
3
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
4
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]
5
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
6
7
#[cfg(feature = "openssl")]
8
#[allow(unused_extern_crates)]
0 commit comments