mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
style: Make clippy happy
This commit is contained in:
parent
9b6b0dee5c
commit
4971ea89c9
1 changed files with 0 additions and 2 deletions
|
@ -588,7 +588,6 @@ check-file = true
|
|||
check_file: Some(true),
|
||||
..Default::default()
|
||||
},
|
||||
..Default::default()
|
||||
},
|
||||
);
|
||||
let actual = Config::from_toml(input).unwrap();
|
||||
|
@ -621,7 +620,6 @@ inout = "inout"
|
|||
}),
|
||||
..Default::default()
|
||||
},
|
||||
..Default::default()
|
||||
},
|
||||
);
|
||||
let actual = Config::from_toml(input).unwrap();
|
||||
|
|
Loading…
Reference in a new issue