mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
refactor: enable clippy::arithmetic_side_effects lint
This commit is contained in:
@@ -96,6 +96,7 @@ pub(crate) async fn intercept_send_update(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[expect(clippy::arithmetic_side_effects)]
|
||||
pub(crate) async fn intercept_get_updates(
|
||||
context: &Context,
|
||||
chat_id: Option<ChatId>,
|
||||
|
||||
Reference in New Issue
Block a user