mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
fix: Clippy
This commit is contained in:
parent
9ccfc9c27d
commit
f1e3163ba2
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#[allow(clippy)]
|
||||
include!(concat!(env!("OUT_DIR"), "/codegen.rs"));
|
||||
|
||||
#[derive(Default)]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#[derive(Debug, Serialize)]
|
||||
#[derive(Copy, Clone, Debug, Serialize)]
|
||||
pub struct Message<'m> {
|
||||
pub path: &'m std::path::Path,
|
||||
#[serde(skip)]
|
||||
|
|
Loading…
Reference in a new issue