mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
clippy1 solution
This commit is contained in:
@@ -1134,7 +1134,7 @@ dir = "22_clippy"
|
||||
test = false
|
||||
strict_clippy = true
|
||||
hint = """
|
||||
Rust stores the highest precision version of any long or infinite precision
|
||||
Rust stores the highest precision version of some long or infinite precision
|
||||
mathematical constants in the Rust standard library:
|
||||
https://doc.rust-lang.org/stable/std/f32/consts/index.html
|
||||
|
||||
@@ -1142,7 +1142,7 @@ We may be tempted to use our own approximations for certain mathematical
|
||||
constants, but clippy recognizes those imprecise mathematical constants as a
|
||||
source of potential error.
|
||||
|
||||
See the suggestions of the clippy warning in compile output and use the
|
||||
See the suggestions of the Clippy warning in the compile output and use the
|
||||
appropriate replacement constant from `std::f32::consts`..."""
|
||||
|
||||
[[exercises]]
|
||||
|
||||
Reference in New Issue
Block a user