Skip to content

Commit 71ac0c0

Browse files
committed
Keep separators in cast_size_32bits stderr
1 parent d46edd9 commit 71ac0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cast_size_32bit.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ error: casting integer literal to `f64` is unnecessary
124124
--> $DIR/cast_size_32bit.rs:34:5
125125
|
126126
LL | 3_999_999_999usize as f64;
127-
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3999999999_f64`
127+
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3_999_999_999_f64`
128128
|
129129
= note: `-D clippy::unnecessary-cast` implied by `-D warnings`
130130

0 commit comments

Comments
 (0)