Skip to content

Commit

Permalink
put back clippy exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Nov 19, 2019
1 parent 6bb3d27 commit 5dbe99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,7 @@ mod tests {
}

#[test]
#[allow(clippy::cognitive_complexity)]
fn test_rent() {
let mock_program_id = Pubkey::new(&[2u8; 32]);

Expand Down

0 comments on commit 5dbe99a

Please sign in to comment.