Skip to content

Commit

Permalink
fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Jul 29, 2024
1 parent db0fa00 commit 822f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutron-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub mod bindings;
mod errors;
pub mod interchain_queries;
pub mod interchain_txs;
#[allow(deprecated)]
#[allow(deprecated, clippy::module_inception)]
pub mod proto_types;
pub mod query;
mod serde;
Expand Down

0 comments on commit 822f7f2

Please sign in to comment.