chore: allow test_is_writable_account_cache ignore clippy::get_first (#27414)

This commit is contained in:
Yihau Chen 2022-08-26 15:33:25 +08:00 committed by GitHub
parent 5eefc256d6
commit a19b5c1536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ mod tests {
}
#[test]
#[allow(clippy::get_first)]
fn test_is_writable_account_cache() {
let key0 = Pubkey::new_unique();
let key1 = Pubkey::new_unique();