Skip to content

Commit fc141b8

Browse files
committed
Put Cargo.toml in ``
1 parent 82ebd29 commit fc141b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn init() -> Result<()> {
7575
bail!("Failed to initialize a new Cargo workspace member.\nPlease initialize Rustlings in a different directory");
7676
}
7777

78-
stdout.write_all(b"The directory `rustlings` has been added to `workspace.members` in the Cargo.toml file of this Cargo workspace.\n")?;
78+
stdout.write_all(b"The directory `rustlings` has been added to `workspace.members` in the `Cargo.toml` file of this Cargo workspace.\n")?;
7979
fs::remove_dir_all("rustlings")
8080
.context("Failed to remove the temporary directory `rustlings/`")?;
8181
init_git = false;

0 commit comments

Comments
 (0)