We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ebd29 commit fc141b8Copy full SHA for fc141b8
src/init.rs
@@ -75,7 +75,7 @@ pub fn init() -> Result<()> {
75
bail!("Failed to initialize a new Cargo workspace member.\nPlease initialize Rustlings in a different directory");
76
}
77
78
- 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")?;
79
fs::remove_dir_all("rustlings")
80
.context("Failed to remove the temporary directory `rustlings/`")?;
81
init_git = false;
0 commit comments