Skip to content

Commit ad8e6dc

Browse files
committed
Auto merge of #176 - danwilhelm:dan-minor-text, r=komaeda
chore: Minor text updates - Make the default rustlings executable text consistent with the README and install script by adding `--force`. - Remove a missed highlighting character from Issue #133.
2 parents 2089901 + f72e0ca commit ad8e6dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

default_out.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Let's make sure you're up to speed:
99
- You have installed Rust language support for your editor
1010
- You have locally installed the `rustlings` command by running:
1111

12-
cargo install --path .
12+
cargo install --force --path .
1313

1414
If you've done all of this (or even most of it), congrats! You're ready
1515
to start working with Rust.

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ fn main() {
8787
let text = fs::read_to_string("default_out.txt").unwrap();
8888
println!("{}", text);
8989
}
90-
91-
println!("\x1b[0m");
9290
}
9391

9492
fn watch(exercises: &[Exercise]) -> notify::Result<()> {

0 commit comments

Comments
 (0)