mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 08:56:29 +03:00
refactor: enable clippy::arithmetic_side_effects lint
This commit is contained in:
@@ -782,6 +782,7 @@ impl Context {
|
||||
/// {"payload":"another update data"}]}`
|
||||
///
|
||||
/// * `(first, last)`: range of status update serials to send.
|
||||
#[expect(clippy::arithmetic_side_effects)]
|
||||
pub(crate) async fn render_webxdc_status_update_object(
|
||||
&self,
|
||||
instance_msg_id: MsgId,
|
||||
|
||||
Reference in New Issue
Block a user