Remove the excessive #[allow(clippy::missing_inline_in_public_items)]
#179
Labels
#[allow(clippy::missing_inline_in_public_items)]
#179
These were added in #175 because the lint fires on
#[derive(Debug)]
-generated impls. Once rust-lang/rust-clippy#4861 is fixed on stable, the#[allow]
s should be removed from allstruct
s.The text was updated successfully, but these errors were encountered: