Fix clippy warnings (#15632)

This commit is contained in:
Greg Fitzgerald 2021-03-02 08:58:14 -08:00 committed by GitHub
parent da47ab7e50
commit 43663b1750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -130,7 +130,6 @@ impl Accounts {
caching_enabled,
)),
account_locks: Mutex::new(AccountLocks::default()),
..Self::default()
}
}
@ -147,7 +146,6 @@ impl Accounts {
Self {
accounts_db: Arc::new(accounts_db),
account_locks: Mutex::new(AccountLocks::default()),
..Self::default()
}
}