Skip to content

Commit

Permalink
Allow clippy for autogen code
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Feb 3, 2023
1 parent 857624b commit b2f4a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relays/client-rialto-parachain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

//! Types used to connect to the Rialto-Substrate chain.
#[allow(clippy::all)]
pub mod codegen_runtime;

use bp_messages::MessageNonce;
Expand Down

0 comments on commit b2f4a83

Please sign in to comment.