1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

tls doc updates

This commit is contained in:
Rob Ede
2021-11-28 00:56:15 +00:00
parent c63880a292
commit de5908bfe7
6 changed files with 71 additions and 52 deletions

View File

@ -41,8 +41,8 @@
//! In particular, when running a `System`, only `System::block_on` is supported.
#![deny(rust_2018_idioms, nonstandard_style)]
#![allow(clippy::type_complexity)]
#![warn(missing_docs)]
#![allow(clippy::type_complexity)]
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]