Skip to content

Commit

Permalink
ref: clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Nov 2, 2024
1 parent 4f16cba commit 41e2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl MyContract { }
#![allow(
clippy::pub_underscore_fields,
clippy::module_name_repetitions,
clippy::used_underscore_items
clippy::used_underscore_binding
)]
#![cfg_attr(not(feature = "std"), no_std, no_main)]
#![deny(rustdoc::broken_intra_doc_links)]
Expand Down

0 comments on commit 41e2f41

Please sign in to comment.