1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

chore: Run cargo fmt

This commit is contained in:
Étienne Barrié
2020-08-10 10:42:54 -04:00
parent c4853ee6bb
commit 81f8c2f83c
4 changed files with 7 additions and 10 deletions

View File

@ -126,9 +126,7 @@ fn main() {
);
println!();
println!("We hope you enjoyed learning about the various aspects of Rust!");
println!(
"If you noticed any issues, please don't hesitate to report them to our repo."
);
println!("If you noticed any issues, please don't hesitate to report them to our repo.");
println!("You can also contribute your own exercises to help the greater community!");
println!();
println!("Before reporting an issue or contributing, please read our guidelines:");