File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- This file is used to check if the user tries to run Rustlings in the repository (the method before v6 )
1+ This file is used to check if the user tries to run Rustlings in the repository (the method before version 6 )
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const README: &str = "# Rustlings 🦀
139139
140140Welcome to these third-party Rustlings exercises 😃
141141
142- First, [install Rustlings using the official instructions in the README of the Rustlings project ](https://github.com/rust-lang/rustlings) ✅
142+ First, [install Rustlings using the official instructions](https://github.com/rust-lang/rustlings) ✅
143143
144- Then, open your terminal in this directory and run `rustlings` to get started with the exercises 🚀
144+ Then, clone this repository, open a terminal in this directory and run `rustlings` to get started with the exercises 🚀
145145" ;
Original file line number Diff line number Diff line change @@ -197,9 +197,10 @@ fn main() -> Result<()> {
197197 Ok ( ( ) )
198198}
199199
200- const OLD_METHOD_ERR : & str = "You are trying to run Rustlings using the old method before v6.
200+ const OLD_METHOD_ERR : & str =
201+ "You are trying to run Rustlings using the old method before version 6.
201202The new method doesn't include cloning the Rustlings' repository.
202- Please follow the instructions in the README:
203+ Please follow the instructions in ` README.md` :
203204https://github.com/rust-lang/rustlings#getting-started" ;
204205
205206const FORMAT_VERSION_HIGHER_ERR : & str =
@@ -216,5 +217,5 @@ const PRE_INIT_MSG: &str = r"
216217 |_| \__,_|___/\__|_|_|_| |_|\__, |___/
217218 |___/
218219
219- The `exercises` directory wasn't found in the current directory.
220+ The `exercises/ ` directory couldn't be found in the current directory.
220221If you are just starting with Rustlings, run the command `rustlings init` to initialize it." ;
You can’t perform that action at this time.
0 commit comments