Fixed: error: unnecessary trailing semicolon

This commit is contained in:
Salim Nasser 2019-08-17 18:56:38 -07:00
parent 403e672c91
commit f0b394bfb6

View file

@ -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) {