summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorLuka Krmpotic <luka.krmpotic@gmail.com>2023-09-15 22:29:55 +0200
committerLuka Krmpotic <luka.krmpotic@gmail.com>2023-09-15 22:29:55 +0200
commiteb84eaf15123acb5c014ef579a480984a543e26c (patch)
treef8beaef928cc282d47a8957a91f527ee12533377 /exercises
parent51c8da06b0bfe5d0c7de5408a1017627a286b7e5 (diff)
remove hint comments when no hint exists
Diffstat (limited to 'exercises')
-rw-r--r--exercises/clippy/clippy3.rs3
-rw-r--r--exercises/primitive_types/primitive_types1.rs3
-rw-r--r--exercises/primitive_types/primitive_types2.rs3
3 files changed, 1 insertions, 8 deletions
diff --git a/exercises/clippy/clippy3.rs b/exercises/clippy/clippy3.rs
index 35021f8..5a95f5b 100644
--- a/exercises/clippy/clippy3.rs
+++ b/exercises/clippy/clippy3.rs
@@ -1,8 +1,7 @@
// clippy3.rs
//
// Here's a couple more easy Clippy fixes, so you can see its utility.
-//
-// Execute `rustlings hint clippy3` or use the `hint` watch subcommand for a hint.
+// No hints.
// I AM NOT DONE
diff --git a/exercises/primitive_types/primitive_types1.rs b/exercises/primitive_types/primitive_types1.rs
index e1cf52a..3663340 100644
--- a/exercises/primitive_types/primitive_types1.rs
+++ b/exercises/primitive_types/primitive_types1.rs
@@ -2,9 +2,6 @@
//
// Fill in the rest of the line that has code missing! No hints, there's no
// tricks, just get used to typing these :)
-//
-// Execute `rustlings hint primitive_types1` or use the `hint` watch subcommand
-// for a hint.
// I AM NOT DONE
diff --git a/exercises/primitive_types/primitive_types2.rs b/exercises/primitive_types/primitive_types2.rs
index fcc9705..f1616ed 100644
--- a/exercises/primitive_types/primitive_types2.rs
+++ b/exercises/primitive_types/primitive_types2.rs
@@ -2,9 +2,6 @@
//
// Fill in the rest of the line that has code missing! No hints, there's no
// tricks, just get used to typing these :)
-//
-// Execute `rustlings hint primitive_types2` or use the `hint` watch subcommand
-// for a hint.
// I AM NOT DONE