runtime: remove unused allow
attrs
This commit is contained in:
parent
0b7ed18cfa
commit
79b4b83d3c
@ -13704,12 +13704,10 @@ pub(crate) mod tests {
|
|||||||
InstructionError::ReadonlyLamportChange
|
InstructionError::ReadonlyLamportChange
|
||||||
))
|
))
|
||||||
);
|
);
|
||||||
#[allow(deprecated)]
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
bank.get_account(&sysvar::clock::id()).unwrap().lamports(),
|
bank.get_account(&sysvar::clock::id()).unwrap().lamports(),
|
||||||
orig_lamports
|
orig_lamports
|
||||||
);
|
);
|
||||||
#[allow(deprecated)]
|
|
||||||
info!("{:?}", bank.get_account(&sysvar::clock::id()));
|
info!("{:?}", bank.get_account(&sysvar::clock::id()));
|
||||||
|
|
||||||
let accounts = vec![
|
let accounts = vec![
|
||||||
|
Loading…
x
Reference in New Issue
Block a user