Skip to content

Commit eb84eaf

Browse files
committed
remove hint comments when no hint exists
1 parent 51c8da0 commit eb84eaf

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

exercises/clippy/clippy3.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// clippy3.rs
22
//
33
// Here's a couple more easy Clippy fixes, so you can see its utility.
4-
//
5-
// Execute `rustlings hint clippy3` or use the `hint` watch subcommand for a hint.
4+
// No hints.
65

76
// I AM NOT DONE
87

exercises/primitive_types/primitive_types1.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
//
33
// Fill in the rest of the line that has code missing! No hints, there's no
44
// tricks, just get used to typing these :)
5-
//
6-
// Execute `rustlings hint primitive_types1` or use the `hint` watch subcommand
7-
// for a hint.
85

96
// I AM NOT DONE
107

exercises/primitive_types/primitive_types2.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
//
33
// Fill in the rest of the line that has code missing! No hints, there's no
44
// tricks, just get used to typing these :)
5-
//
6-
// Execute `rustlings hint primitive_types2` or use the `hint` watch subcommand
7-
// for a hint.
85

96
// I AM NOT DONE
107

0 commit comments

Comments
 (0)