mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
refactor: remove unused allow(clippy::indexing_slicing)
This commit is contained in:
@@ -279,7 +279,6 @@ pub(crate) enum HandshakeMessage {
|
|||||||
///
|
///
|
||||||
/// When `handle_securejoin_handshake()` is called, the message is not yet filed in the
|
/// When `handle_securejoin_handshake()` is called, the message is not yet filed in the
|
||||||
/// database; this is done by `receive_imf()` later on as needed.
|
/// database; this is done by `receive_imf()` later on as needed.
|
||||||
#[allow(clippy::indexing_slicing)]
|
|
||||||
pub(crate) async fn handle_securejoin_handshake(
|
pub(crate) async fn handle_securejoin_handshake(
|
||||||
context: &Context,
|
context: &Context,
|
||||||
mime_message: &MimeMessage,
|
mime_message: &MimeMessage,
|
||||||
|
|||||||
Reference in New Issue
Block a user