Skip to content

Commit

Permalink
chore: Deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Jan 29, 2025
1 parent 527c8cc commit 928ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fraud_proofs/global_merkle_root/storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![deny(clippy::arithmetic_side_effects)]
#![deny(clippy::cast_possible_truncation)]
#![deny(unused_crate_dependencies)]
//#![deny(warnings)]
#![deny(warnings)]

extern crate alloc;

Expand Down

0 comments on commit 928ac03

Please sign in to comment.