summaryrefslogtreecommitdiff
path: root/dev/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-21 20:22:01 +0200
committermo8it <mo8it@proton.me>2024-04-21 20:22:01 +0200
commit642c3bd37e3195f7f744a5fa60a53e59d8da5526 (patch)
tree03415dd39c601142be147551d421d2648a15682e /dev/Cargo.toml
parent49e4a1fab04560cf0e868ab8214dfc94e76b9f4b (diff)
Fix the generated Cargo.toml after rustlings init
Diffstat (limited to 'dev/Cargo.toml')
-rw-r--r--dev/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index e66973e..eddf016 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -1,4 +1,4 @@
-# Don't edit the `bin` list manually! It is updated by `cargo run -- dev update`
+# Don't edit the `bin` list manually! It is updated by `cargo run -- dev update`. This comment line will be stripped in `rustlings init`.
bin = [
{ name = "intro1", path = "../exercises/00_intro/intro1.rs" },
{ name = "intro2", path = "../exercises/00_intro/intro2.rs" },