1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 17:27:18 +02:00

chore: temp allow #[allow(non_local_definitions)]

This commit is contained in:
Rob Ede
2024-03-01 18:11:30 +00:00
parent 8c31d137aa
commit 7f0504e32b
2 changed files with 6 additions and 0 deletions

View File

@@ -102,6 +102,7 @@
#![deny(rust_2018_idioms, nonstandard_style)]
#![warn(future_incompatible)]
#![allow(unknown_lints)] // temp: #[allow(non_local_definitions)]
#![allow(
clippy::type_complexity,
clippy::borrow_interior_mutable_const,