Allow clippy::uninlined_format_args in deltachat-jsonrpc

It started failing since release of Rust 1.67
This commit is contained in:
link2xt
2023-01-27 01:53:12 +00:00
parent 9b3e21225c
commit faef8b679e

View File

@@ -1,3 +1,5 @@
#![allow(clippy::uninlined_format_args)]
pub mod api;
pub use api::events;
pub use yerpc;