mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Allow clippy::uninlined_format_args in deltachat-jsonrpc
It started failing since release of Rust 1.67
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(clippy::uninlined_format_args)]
|
||||
|
||||
pub mod api;
|
||||
pub use api::events;
|
||||
pub use yerpc;
|
||||
|
||||
Reference in New Issue
Block a user