chore: allow test_is_writable_account_cache ignore clippy::get_first (#27414)
This commit is contained in:
parent
5eefc256d6
commit
a19b5c1536
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue