File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ mod project;
26
26
mod run;
27
27
mod verify;
28
28
29
- const WATCH_MODE_HELP_MESSAGE : & str = "Commands available to you in watch mode:
30
- hint - prints the current exercise's hint
31
- clear - clears the screen
32
- quit - quits watch mode
33
- !<cmd> - executes a command, like `!rustc --explain E0381`
34
- help - displays this help message
35
-
36
- Watch mode automatically re-evaluates the current exercise
37
- when you edit a file's contents." ;
38
-
39
29
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code
40
30
#[ derive( Parser ) ]
41
31
#[ command( version) ]
@@ -490,3 +480,13 @@ const WELCOME: &str = r" welcome to...
490
480
| | | |_| \__ \ |_| | | | | | (_| \__ \
491
481
|_| \__,_|___/\__|_|_|_| |_|\__, |___/
492
482
|___/" ;
483
+
484
+ const WATCH_MODE_HELP_MESSAGE : & str = "Commands available to you in watch mode:
485
+ hint - prints the current exercise's hint
486
+ clear - clears the screen
487
+ quit - quits watch mode
488
+ !<cmd> - executes a command, like `!rustc --explain E0381`
489
+ help - displays this help message
490
+
491
+ Watch mode automatically re-evaluates the current exercise
492
+ when you edit a file's contents." ;
You can’t perform that action at this time.
0 commit comments