Skip to content

Commit 0e9eb9e

Browse files
committed
Replace three dots with dot in hint
1 parent 0d258b9 commit 0e9eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ constants, but clippy recognizes those imprecise mathematical constants as a
11441144
source of potential error.
11451145
11461146
See the suggestions of the Clippy warning in the compile output and use the
1147-
appropriate replacement constant from `std::f32::consts`..."""
1147+
appropriate replacement constant from `std::f32::consts`."""
11481148

11491149
[[exercises]]
11501150
name = "clippy2"

0 commit comments

Comments
 (0)