mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Reduce the scope of clippy exceptions
This prevents creation of new overly complex functions.
This commit is contained in:
committed by
holger krekel
parent
0f52f63863
commit
1732c3b350
@@ -576,6 +576,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
})
|
||||
}
|
||||
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn render_message(
|
||||
&mut self,
|
||||
protected_headers: &mut Vec<Header>,
|
||||
|
||||
Reference in New Issue
Block a user