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 938500f commit 2b7caf6Copy full SHA for 2b7caf6
src/dev/check.rs
@@ -41,10 +41,10 @@ fn check_cargo_toml(
41
42
if old_bins != new_bins {
43
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");
+ bail!("The file `dev/Cargo.toml` is outdated. Run `cargo run -- dev update` to update it. Then run `cargo run -- dev check` again");
45
}
46
47
- bail!("The file `Cargo.toml` is outdated. Please run `rustlings dev update` to update it. Then run `rustlings dev check` again");
+ bail!("The file `Cargo.toml` is outdated. Run `rustlings dev update` to update it. Then run `rustlings dev check` again");
48
49
50
Ok(())
0 commit comments