diff --git a/src/dict.rs b/src/dict.rs index d587525..b47ef7f 100644 --- a/src/dict.rs +++ b/src/dict.rs @@ -1,3 +1,4 @@ +#[allow(clippy)] include!(concat!(env!("OUT_DIR"), "/codegen.rs")); #[derive(Default)] diff --git a/src/report.rs b/src/report.rs index 98290ba..a2fbbed 100644 --- a/src/report.rs +++ b/src/report.rs @@ -1,4 +1,4 @@ -#[derive(Debug, Serialize)] +#[derive(Copy, Clone, Debug, Serialize)] pub struct Message<'m> { pub path: &'m std::path::Path, #[serde(skip)]