summaryrefslogtreecommitdiff
path: root/exercises/00_intro/intro1.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-11 02:55:58 +0200
committermo8it <mo8it@proton.me>2024-04-11 02:55:58 +0200
commit686143100fbb89e2a7ba4098134fe37bf0c69ad2 (patch)
tree14524f83647a81fd9b79ac00adb564f03c075a1e /exercises/00_intro/intro1.rs
parentc3933904f643238eaafe42e7da967c8262fef22a (diff)
Update intro1
Diffstat (limited to 'exercises/00_intro/intro1.rs')
-rw-r--r--exercises/00_intro/intro1.rs11
1 files changed, 2 insertions, 9 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index aa505a1..e4e0444 100644
--- a/exercises/00_intro/intro1.rs
+++ b/exercises/00_intro/intro1.rs
@@ -27,13 +27,6 @@ fn main() {
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
println!("solve the exercises. Good luck!");
println!();
- println!("The source for this exercise is in `exercises/00_intro/intro1.rs`. Have a look!");
- println!(
- "Going forward, the source of the exercises will always be in the success/failure output."
- );
- println!();
- println!(
- "If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
- );
- println!("up, and then run `rustlings lsp` before continuing.")
+ println!("The file of this exercise is `exercises/00_intro/intro1.rs`. Have a look!");
+ println!("The current exercise path is shown under the progress bar in the watch mode.");
}