mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-14 16:37:14 +00:00
Replace three dots with dot in hint
This commit is contained in:
parent
0d258b9e96
commit
0e9eb9e87e
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ constants, but clippy recognizes those imprecise mathematical constants as a
|
|||
source of potential error.
|
||||
|
||||
See the suggestions of the Clippy warning in the compile output and use the
|
||||
appropriate replacement constant from `std::f32::consts`..."""
|
||||
appropriate replacement constant from `std::f32::consts`."""
|
||||
|
||||
[[exercises]]
|
||||
name = "clippy2"
|
||||
|
|
Loading…
Reference in a new issue