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