1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 14:49:20 +02:00

prepare http release 2.1.0

This commit is contained in:
Rob Ede
2020-10-30 02:19:56 +00:00
parent 4cb833616a
commit 798d744eef
3 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,4 @@
//! Basic HTTP primitives for the Actix ecosystem.
//! HTTP primitives for the Actix ecosystem.
#![deny(rust_2018_idioms)]
#![allow(
@ -8,6 +8,8 @@
clippy::borrow_interior_mutable_const
)]
#![allow(clippy::manual_strip)] // Allow this to keep MSRV(1.42).
#![doc(html_logo_url = "https://actix.rs/img/logo.png")]
#![doc(html_favicon_url = "https://actix.rs/favicon.ico")]
#[macro_use]
extern crate log;