Skip to content

Commit

Permalink
Fix clippy warning (#863)
Browse files Browse the repository at this point in the history
* Clippy warning, make the empty struct constructed externally public
  • Loading branch information
simonsso committed May 16, 2024
1 parent f2413d7 commit ab70a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimes/eden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ sp_api::impl_runtime_apis! {
}
}

struct CheckInherents;
pub struct CheckInherents;
impl cumulus_pallet_parachain_system::CheckInherents<Block> for CheckInherents {
fn check_inherents(
block: &Block,
Expand Down

0 comments on commit ab70a5d

Please sign in to comment.