File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ fn rustc_exists() -> bool {
411
411
. unwrap_or ( false )
412
412
}
413
413
414
- const DEFAULT_OUT : & str = r# "Thanks for installing Rustlings!
414
+ const DEFAULT_OUT : & str = "Thanks for installing Rustlings!
415
415
416
416
Is this your first time? Don't worry, Rustlings was made for beginners! We are
417
417
going to teach you a lot of things about Rust, but before we can get
@@ -437,7 +437,7 @@ started, here's a couple of notes about how Rustlings operates:
437
437
autocompletion, run the command `rustlings lsp`.
438
438
439
439
Got all that? Great! To get started, run `rustlings watch` in order to get the first
440
- exercise. Make sure to have your editor open!"# ;
440
+ exercise. Make sure to have your editor open!" ;
441
441
442
442
const FENISH_LINE : & str = "+----------------------------------------------------+
443
443
| You made it to the Fe-nish line! |
You can’t perform that action at this time.
0 commit comments