mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
Disable new format_push_string clippy lint
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
clippy::match_bool,
|
||||
clippy::eval_order_dependence,
|
||||
clippy::bool_assert_comparison,
|
||||
clippy::manual_split_once
|
||||
clippy::manual_split_once,
|
||||
clippy::format_push_string
|
||||
)]
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user