runtime: remove unused `allow` attrs

This commit is contained in:
Trent Nelson 2021-08-03 09:54:47 -06:00 committed by mergify[bot]
parent 0b7ed18cfa
commit 79b4b83d3c
1 changed files with 0 additions and 2 deletions

View File

@ -13704,12 +13704,10 @@ pub(crate) mod tests {
InstructionError::ReadonlyLamportChange
))
);
#[allow(deprecated)]
assert_eq!(
bank.get_account(&sysvar::clock::id()).unwrap().lamports(),
orig_lamports
);
#[allow(deprecated)]
info!("{:?}", bank.get_account(&sysvar::clock::id()));
let accounts = vec![