From ba209464250262540e22ec4d3ed8dac4483ac206 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Fri, 24 Jan 2025 16:06:00 +0100 Subject: [PATCH] link2xt's review Co-authored-by: l --- deltachat-jsonrpc/src/api.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-jsonrpc/src/api.rs b/deltachat-jsonrpc/src/api.rs index 2deffea769..fde2b5cae1 100644 --- a/deltachat-jsonrpc/src/api.rs +++ b/deltachat-jsonrpc/src/api.rs @@ -2164,7 +2164,7 @@ impl CommandApi { // mimics the old desktop call, will get replaced with something better in the composer rewrite, // the better version will just be sending the current draft, though there will be probably something similar with more options to this for the corner cases like setting a marker on the map - #[allow(clippy::too_many_arguments)] + #[expect(clippy::too_many_arguments)] async fn misc_send_msg( &self, account_id: u32, @@ -2211,7 +2211,7 @@ impl CommandApi { // the better version should support: // - changing viewtype to enable/disable compression // - keeping same message id as long as attachment does not change for webxdc messages - #[allow(clippy::too_many_arguments)] + #[expect(clippy::too_many_arguments)] async fn misc_set_draft( &self, account_id: u32,