chore: New clippy lints (#6568)

This commit is contained in:
Hocuri
2025-02-24 15:50:38 +01:00
committed by GitHub
parent fbf3ff0112
commit 7b3a1b88e6
4 changed files with 6 additions and 4 deletions

View File

@@ -1360,7 +1360,7 @@ impl Message {
/// * Lack of valid signature on an e2ee message, usually for received messages.
/// * Failure to decrypt an e2ee message, usually for received messages.
/// * When a message could not be delivered to one or more recipients the non-delivery
/// notification text can be stored in the error status.
/// notification text can be stored in the error status.
pub fn error(&self) -> Option<String> {
self.error.clone()
}