mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
Allow clippy::uninlined_format_args in deltachat-ffi
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
non_upper_case_globals,
|
||||
non_camel_case_types,
|
||||
clippy::missing_safety_doc,
|
||||
clippy::expect_fun_call
|
||||
clippy::expect_fun_call,
|
||||
clippy::uninlined_format_args
|
||||
)]
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user