1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 08:45:10 +02:00

Demote lint level to warn

This commit is contained in:
Yuki Okushi
2020-02-27 22:35:57 +09:00
parent ad0d809af6
commit 87378a7410
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#![deny(rust_2018_idioms, warnings)]
#![warn(rust_2018_idioms, warnings)]
#![allow(
clippy::needless_doctest_main,
clippy::type_complexity,