Fix clippy lint about redundant .into()

This commit is contained in:
dbr 2021-02-10 18:24:35 +11:00
parent 028ebf538f
commit e83f71bf82

View File

@ -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(),
);
}