ci: update Rust to 1.95.0

This commit is contained in:
link2xt
2026-04-16 18:27:21 +02:00
committed by l
parent b8cfee7e9e
commit 7daa6cc8d9
14 changed files with 4 additions and 27 deletions

View File

@@ -269,7 +269,6 @@ impl MimeMessage {
///
/// This method has some side-effects,
/// such as saving blobs and saving found public keys to the database.
#[expect(clippy::arithmetic_side_effects)]
pub(crate) async fn from_bytes(context: &Context, body: &[u8]) -> Result<Self> {
let mail = mailparse::parse_mail(body)?;