mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +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_max.into(),
|
||||
self.col.into(),
|
||||
self.rounding.into(),
|
||||
self.rounding,
|
||||
self.rounding_corners.bits(),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user