mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 10:38:57 +00:00
Fix some lint warnings
This commit is contained in:
@@ -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?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user