Skip to content

Commit 3abaf03

Browse files
jshajtgeibel
authored andcommitted
Fix clippy.
1 parent bf95bd3 commit 3abaf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/email.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn build_email(
4646
.subject(subject)
4747
.body(body)?;
4848

49-
Ok(email.into())
49+
Ok(email)
5050
}
5151

5252
/// Attempts to send a confirmation email. Swallows all errors.

0 commit comments

Comments
 (0)