fix: Clippy

This commit is contained in:
Ed Page 2019-06-14 07:04:58 -06:00
parent 9ccfc9c27d
commit f1e3163ba2
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#[allow(clippy)]
include!(concat!(env!("OUT_DIR"), "/codegen.rs"));
#[derive(Default)]

View file

@ -1,4 +1,4 @@
#[derive(Debug, Serialize)]
#[derive(Copy, Clone, Debug, Serialize)]
pub struct Message<'m> {
pub path: &'m std::path::Path,
#[serde(skip)]