Allow clippy::uninlined_format_args in deltachat-ffi

This commit is contained in:
link2xt
2023-01-27 09:32:41 +00:00
parent c20dea64cf
commit e30749e94c

View File

@@ -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]