mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 05:58:41 +00:00
Auto merge of #9121 - alex-semenyuk:fix_ui_test_cast_32_bits, r=flip1995
Fix stderr for cast_size_32bit changelog: fix stderr for cast_size_32bit
This commit is contained in:
commit
462136ac68
1 changed files with 1 additions and 1 deletions
|
@ -114,5 +114,5 @@ LL | 3_999_999_999usize as f64;
|
|||
|
|
||||
= note: `-D clippy::unnecessary-cast` implied by `-D warnings`
|
||||
|
||||
error: aborting due to 20 previous errors
|
||||
error: aborting due to 18 previous errors
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue