1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-26 00:11:49 +02:00

Compare commits

..

2 Commits
1.2.1 ... 1.2.2

Author SHA1 Message Date
liv
1f2ee8cb62 1.2.2 2019-05-07 12:32:50 +02:00
liv
35c3d0b3fc Revert --nocapture flag
This closes #149 and #152
2019-05-07 12:31:02 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rustlings"
version = "1.2.1"
version = "1.2.2"
authors = ["Olivia <819880950@qq.com>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com"]
edition = "2018"

View File

@@ -45,7 +45,6 @@ impl Exercise {
pub fn run(&self) -> Output {
Command::new(&temp_file())
.args(&["--", "--nocapture"])
.output()
.expect("Failed to run 'run' command")
}