command : suppression struct Nothing
This commit is contained in:
parent
af6e95f703
commit
1e4f8cadd6
1 changed files with 0 additions and 8 deletions
|
@ -90,11 +90,3 @@ impl Command for UnixProgram {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct Nothing;
|
||||
|
||||
impl Command for Nothing {
|
||||
fn spawn(&mut self) -> ExitCode {
|
||||
ExitCode::success()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue