Fix some clippy warnings

This commit is contained in:
Alexander Krotov
2019-11-19 13:27:38 +03:00
committed by Floris Bruynooghe
parent d7c42f3c98
commit 4732085421
6 changed files with 13 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ impl Smtp {
/// SMTP-Send a prepared mail to recipients.
/// on successful send out Ok() is returned.
pub fn send<'a>(
pub fn send(
&mut self,
context: &Context,
recipients: Vec<EmailAddress>,