Skip to content

Commit

Permalink
Keep separators in cast_size_32bits stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreycopin committed Oct 24, 2020
1 parent d46edd9 commit 71ac0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/cast_size_32bit.stderr
Expand Up @@ -124,7 +124,7 @@ error: casting integer literal to `f64` is unnecessary
--> $DIR/cast_size_32bit.rs:34:5
|
LL | 3_999_999_999usize as f64;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3999999999_f64`
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `3_999_999_999_f64`
|
= note: `-D clippy::unnecessary-cast` implied by `-D warnings`

Expand Down

0 comments on commit 71ac0c0

Please sign in to comment.