mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
apply clippy fixes
This commit is contained in:
parent
88333ac785
commit
f1e1095c0a
6 changed files with 32 additions and 32 deletions
|
@ -36,7 +36,7 @@ fn make_suite_file(suites: &[&'static str]) {
|
|||
for suite in suites {
|
||||
content.push_str(format!("suite!({}_tests);\n", suite).as_ref());
|
||||
}
|
||||
fs::write(&dest_path, content).unwrap();
|
||||
fs::write(dest_path, content).unwrap();
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue