mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-25 06:57:31 -05:00
parent
0279294972
commit
35c3d0b3fc
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ impl Exercise {
|
|||
|
||||
pub fn run(&self) -> Output {
|
||||
Command::new(&temp_file())
|
||||
.args(&["--", "--nocapture"])
|
||||
.output()
|
||||
.expect("Failed to run 'run' command")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue