We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac050fb commit 957522aCopy full SHA for 957522a
exercises/intro/intro1.rs
@@ -26,5 +26,12 @@ fn main() {
26
println!("solve the exercises. Good luck!");
27
println!();
28
println!("The source for this exercise is in `exercises/intro/intro1.rs`. Have a look!");
29
- println!("Going forward, the source of the exercises will always be in the success/failure output.");
+ println!(
30
+ "Going forward, the source of the exercises will always be in the success/failure output."
31
+ );
32
+ println!();
33
34
+ "If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
35
36
+ println!("up, and then run `rustlings lsp` before continuing.")
37
}
0 commit comments