From 79b4b83d3cc0a7f99dbfcc7ae4ed25b7624950d0 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Tue, 3 Aug 2021 09:54:47 -0600 Subject: [PATCH] runtime: remove unused `allow` attrs --- runtime/src/bank.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index feb0b4f520..b2a0ff5cfa 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -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![