command : suppression struct Nothing

This commit is contained in:
Ahurac 2024-04-15 14:10:20 +02:00
parent af6e95f703
commit 1e4f8cadd6

View file

@ -90,11 +90,3 @@ impl Command for UnixProgram {
}
}
}
struct Nothing;
impl Command for Nothing {
fn spawn(&mut self) -> ExitCode {
ExitCode::success()
}
}