mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-14 20:19:30 +01:00
@@ -45,7 +45,6 @@ impl Exercise {
|
||||
|
||||
pub fn run(&self) -> Output {
|
||||
Command::new(&temp_file())
|
||||
.args(&["--", "--nocapture"])
|
||||
.output()
|
||||
.expect("Failed to run 'run' command")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user