Skip to content

Commit

Permalink
pacify clippy (rust-lang/rust-clippy#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4nsu committed Mar 26, 2024
1 parent eb785a7 commit fe1e432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#[macro_export]
macro_rules! tests {
($contract:ident, $constructor:expr) => {
#[allow(clippy::redundant_closure_call)]
mod psp22_unit_tests {
use super::*;
use ink::env::test::*;
Expand Down

0 comments on commit fe1e432

Please sign in to comment.