Allow clippy::uninlined_format_args in deltachat-rpc-server

This commit is contained in:
link2xt
2023-01-27 02:24:48 +00:00
parent faef8b679e
commit c20dea64cf

View File

@@ -1,3 +1,5 @@
#![allow(clippy::uninlined_format_args)]
///! Delta Chat core RPC server.
///!
///! It speaks JSON Lines over stdio.