mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 07:56:29 +03:00
Enable clippy::unused_async lint
This commit is contained in:
@@ -1128,7 +1128,7 @@ impl<'a> MimeFactory<'a> {
|
||||
main_part = PartBuilder::new()
|
||||
.message_type(MimeMultipartType::Alternative)
|
||||
.child(main_part.build())
|
||||
.child(new_html_mimepart(html).await.build());
|
||||
.child(new_html_mimepart(html).build());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user