Rollup merge of #63704 - Wind-River:master, r=Centril
Fixed: error: unnecessary trailing semicolon
This commit is contained in:
commit
ac34594209
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ impl Command {
|
|||
_f: Box<dyn FnMut() -> io::Result<()> + Send + Sync>,
|
||||
) {
|
||||
// Fork() is not supported in vxWorks so no way to run the closure in the new procecss.
|
||||
unimplemented!();;
|
||||
unimplemented!();
|
||||
}
|
||||
|
||||
pub fn stdin(&mut self, stdin: Stdio) {
|
||||
|
|
Loading…
Add table
Reference in a new issue