summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-06 16:36:36 +0200
committermo8it <mo8it@proton.me>2024-09-06 16:36:36 +0200
commit2b7caf6fcb7fc128bc5c0be93913d3482c87b35b (patch)
treeca3ca9f30eba36d507bc883e876d1bcf56af50d0
parent938500fd2fddcec191ed896b42756e34dd29b9a3 (diff)
Too polite :P
-rw-r--r--src/dev/check.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index b7e23dc..5a7aaed 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -41,10 +41,10 @@ fn check_cargo_toml(
if old_bins != new_bins {
if cfg!(debug_assertions) {
- 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");
}
- 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");
}
Ok(())