mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
Demote lint level to warn
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#![deny(rust_2018_idioms, warnings)]
|
||||
#![warn(rust_2018_idioms, warnings)]
|
||||
#![allow(
|
||||
clippy::type_complexity,
|
||||
clippy::borrow_interior_mutable_const,
|
||||
|
Reference in New Issue
Block a user