Fix some lint warnings

This commit is contained in:
Ryan Leckey
2019-06-29 21:34:06 -07:00
parent 4c90e026f7
commit 735c8c366a
6 changed files with 8 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ pub async fn establish<'a, 'b: 'a>(
conn.send(PasswordMessage::md5(
options.password.unwrap_or_default(),
options.user.unwrap_or_default(),
&salt,
salt,
))
.await?;
}