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

@@ -86,7 +86,6 @@ impl HtmlMsgParser {
/// Function takes a raw mime-message string,
/// searches for the main-text part
/// and returns that as parser.html
#[expect(clippy::arithmetic_side_effects)]
pub fn from_bytes<'a>(
context: &Context,
rawmime: &'a [u8],
@@ -120,7 +119,6 @@ impl HtmlMsgParser {
/// Usually, there is at most one plain-text and one HTML-text part,
/// multiple plain-text parts might be used for mailinglist-footers,
/// therefore we use the first one.
#[expect(clippy::arithmetic_side_effects)]
fn collect_texts_recursive<'a>(
&'a mut self,
context: &'a Context,