diff options
| author | mo8it <mo8it@proton.me> | 2024-08-09 01:16:45 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-09 01:16:45 +0200 |
| commit | fc141b8dfc8326c35ad51f77aad4aef41cd62ee9 (patch) | |
| tree | 7091a3b6610c66ff4d010c188b768464f48e2fc7 | |
| parent | 82ebd29ff603b1f62c4e17f0f0c85cfcf05e70a0 (diff) | |
Put Cargo.toml in ``
| -rw-r--r-- | src/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.rs b/src/init.rs index 5e876d6..26fe09c 100644 --- a/src/init.rs +++ b/src/init.rs @@ -75,7 +75,7 @@ pub fn init() -> Result<()> { bail!("Failed to initialize a new Cargo workspace member.\nPlease initialize Rustlings in a different directory"); } - stdout.write_all(b"The directory `rustlings` has been added to `workspace.members` in the Cargo.toml file of this Cargo workspace.\n")?; + stdout.write_all(b"The directory `rustlings` has been added to `workspace.members` in the `Cargo.toml` file of this Cargo workspace.\n")?; fs::remove_dir_all("rustlings") .context("Failed to remove the temporary directory `rustlings/`")?; init_git = false; |
