Skip to content

Commit 957522a

Browse files
committed
feat(intro1): add note on rust-analyzer usage
1 parent ac050fb commit 957522a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

exercises/intro/intro1.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@ fn main() {
2626
println!("solve the exercises. Good luck!");
2727
println!();
2828
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.");
29+
println!(
30+
"Going forward, the source of the exercises will always be in the success/failure output."
31+
);
32+
println!();
33+
println!(
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.")
3037
}

0 commit comments

Comments
 (0)