Skip to content

Commit

Permalink
ci: fix clippy warning on generated proto module (tari-project#3690)
Browse files Browse the repository at this point in the history
Description
---
Allow clippy lint for large enum variant on prost generated proto module for base node 

See tokio-rs/prost#379 for context
  • Loading branch information
Byron Hambly authored Jan 10, 2022
1 parent bc9ede1 commit 9dc7c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_layer/core/src/proto/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
pub mod transaction;
mod types_impls;

#[allow(clippy::large_enum_variant)]
pub mod base_node {
include!(concat!(env!("OUT_DIR"), "/tari.base_node.rs"));
}
Expand Down

0 comments on commit 9dc7c13

Please sign in to comment.