Skip to content

Commit 2b7caf6

Browse files
committed
Too polite :P
1 parent 938500f commit 2b7caf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev/check.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ fn check_cargo_toml(
4141

4242
if old_bins != new_bins {
4343
if cfg!(debug_assertions) {
44-
bail!("The file `dev/Cargo.toml` is outdated. Please run `cargo run -- dev update` to update it. Then run `cargo run -- dev check` again");
44+
bail!("The file `dev/Cargo.toml` is outdated. Run `cargo run -- dev update` to update it. Then run `cargo run -- dev check` again");
4545
}
4646

47-
bail!("The file `Cargo.toml` is outdated. Please run `rustlings dev update` to update it. Then run `rustlings dev check` again");
47+
bail!("The file `Cargo.toml` is outdated. Run `rustlings dev update` to update it. Then run `rustlings dev check` again");
4848
}
4949

5050
Ok(())

0 commit comments

Comments
 (0)