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

Fix/suppress clippy warnings (#1720)

This commit is contained in:
Yuki Okushi
2020-10-01 18:19:09 +09:00
committed by GitHub
parent aa11231ee5
commit c2c71cc626
5 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,7 @@
clippy::new_without_default,
clippy::borrow_interior_mutable_const
)]
#![allow(clippy::manual_strip)] // Allow this to keep MSRV(1.42).
#[macro_use]
extern crate log;