1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-06-03 08:26:17 +02:00

chore: Remove missed highlighting char from Issue #133

This commit is contained in:
Dan Wilhelm 2019-06-10 20:24:18 -07:00
parent 03cfe67500
commit f72e0ca979

View File

@ -87,8 +87,6 @@ fn main() {
let text = fs::read_to_string("default_out.txt").unwrap();
println!("{}", text);
}
println!("\x1b[0m");
}
fn watch(exercises: &[Exercise]) -> notify::Result<()> {