mirror of
https://github.com/chatmail/core.git
synced 2026-08-12 09:54:32 +03:00
chore: disable "large futures" lint again
The lint is reasonable, but without some work to bring the future sizes way below the limit, this lint is frequently triggered in unrelated PRs that just add some local variables to async functions or extend some structure that is passed on the stack.
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
clippy::cloned_instead_of_copied,
|
||||
clippy::manual_is_variant_and
|
||||
)]
|
||||
#![cfg_attr(not(test), warn(clippy::large_futures))]
|
||||
#![cfg_attr(not(test), warn(clippy::arithmetic_side_effects))]
|
||||
#![cfg_attr(not(test), forbid(clippy::indexing_slicing))]
|
||||
#![cfg_attr(not(test), forbid(clippy::string_slice))]
|
||||
|
||||
Reference in New Issue
Block a user