mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
rename MIR int2ptr casts to match library name
This commit is contained in:
parent
e5ece90f64
commit
4d623015e0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ fn check_rvalue<'tcx>(
|
||||||
Rvalue::Repeat(operand, _)
|
Rvalue::Repeat(operand, _)
|
||||||
| Rvalue::Use(operand)
|
| Rvalue::Use(operand)
|
||||||
| Rvalue::Cast(
|
| Rvalue::Cast(
|
||||||
CastKind::PointerFromExposedAddress
|
CastKind::PointerWithExposedProvenance
|
||||||
| CastKind::IntToInt
|
| CastKind::IntToInt
|
||||||
| CastKind::FloatToInt
|
| CastKind::FloatToInt
|
||||||
| CastKind::IntToFloat
|
| CastKind::IntToFloat
|
||||||
|
|
Loading…
Reference in a new issue