fix: a few clippy warnings

This commit is contained in:
Felix Spöttel
2024-09-18 18:57:00 +09:00
parent 54f3c61092
commit e2062e33fd
4 changed files with 9 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ pub fn run_multi(days_to_run: &HashSet<Day>, is_release: bool, is_timed: bool) -
}
}
#[allow(dead_code)]
#[derive(Debug)]
pub enum Error {
BrokenPipe,