Skip to content

Commit

Permalink
Tweak stdlib meta to ignore the new warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 16, 2024
1 parent 43358c9 commit 6e905db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/meta/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,6 @@ mod tests {
let _: MyOtherStruct = MyOtherStruct { my_other_field: 2 };
let _ = derive_do_nothing(crate::panic::panic(f""));
let _ = derive_do_nothing_alt(crate::panic::panic(f""));
remove_unused_warnings();
if false { remove_unused_warnings(); }
}
}

0 comments on commit 6e905db

Please sign in to comment.