refactor: remove unused allow(clippy::indexing_slicing)

This commit is contained in:
link2xt
2024-11-18 16:47:30 +00:00
committed by l
parent 2315be2c90
commit 7b1fa50fb0

View File

@@ -279,7 +279,6 @@ pub(crate) enum HandshakeMessage {
///
/// 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.
#[allow(clippy::indexing_slicing)]
pub(crate) async fn handle_securejoin_handshake(
context: &Context,
mime_message: &MimeMessage,