mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 03:48:30 +00:00
Fix clippy lint about redundant .into()
This commit is contained in:
parent
028ebf538f
commit
e83f71bf82
@ -912,7 +912,7 @@ impl<'ui> ImageRounded<'ui> {
|
|||||||
self.uv_min.into(),
|
self.uv_min.into(),
|
||||||
self.uv_max.into(),
|
self.uv_max.into(),
|
||||||
self.col.into(),
|
self.col.into(),
|
||||||
self.rounding.into(),
|
self.rounding,
|
||||||
self.rounding_corners.bits(),
|
self.rounding_corners.bits(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user