We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0f05a + 7ab6fa0 commit ac34594Copy full SHA for ac34594
src/libstd/sys/vxworks/process/process_common.rs
@@ -155,7 +155,7 @@ impl Command {
155
_f: Box<dyn FnMut() -> io::Result<()> + Send + Sync>,
156
) {
157
// Fork() is not supported in vxWorks so no way to run the closure in the new procecss.
158
- unimplemented!();;
+ unimplemented!();
159
}
160
161
pub fn stdin(&mut self, stdin: Stdio) {
0 commit comments