We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46edd9 commit 71ac0c0Copy full SHA for 71ac0c0
tests/ui/cast_size_32bit.stderr
@@ -124,7 +124,7 @@ error: casting integer literal to `f64` is unnecessary
124
--> $DIR/cast_size_32bit.rs:34:5
125
|
126
LL | 3_999_999_999usize as f64;
127
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3999999999_f64`
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3_999_999_999_f64`
128
129
= note: `-D clippy::unnecessary-cast` implied by `-D warnings`
130
0 commit comments