diff options
| author | liv <mokou@fastmail.com> | 2023-01-05 17:41:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 17:41:43 +0100 |
| commit | c5898ac6b7d4e4048c40ac90b4c2669fc380660d (patch) | |
| tree | 690e800773263233d0a5d225410c424bda3ae54e /info.toml | |
| parent | 0d30dce26def4228cb9667134ca7b872e1d3de16 (diff) | |
| parent | 7c4a3a2af6dde8ab77fde8433496148f94e5ec90 (diff) | |
Merge pull request #1326 from tklauser/clippy1-typo
Fix typo in clippy1 hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1072,7 +1072,7 @@ name = "clippy1" path = "exercises/clippy/clippy1.rs" mode = "clippy" hint = """ -Rust stores the highest precision version of any long or inifinite precision +Rust stores the highest precision version of any long or infinite precision mathematical constants in the Rust standard library. https://doc.rust-lang.org/stable/std/f32/consts/index.html |
