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.
1 parent 0279294 commit 35c3d0bCopy full SHA for 35c3d0b
src/exercise.rs
@@ -45,7 +45,6 @@ impl Exercise {
45
46
pub fn run(&self) -> Output {
47
Command::new(&temp_file())
48
- .args(&["--", "--nocapture"])
49
.output()
50
.expect("Failed to run 'run' command")
51
}
0 commit comments