clippy fixes

This commit is contained in:
Ashley Wulber 2023-12-04 10:14:50 -05:00 committed by Ashley Wulber
parent ad241c700a
commit 17bc373990
7 changed files with 16 additions and 16 deletions

View file

@ -226,7 +226,7 @@ where
&self,
state: &mut LocalState,
renderer: &Renderer,
bounds: Size,
_bounds: Size,
) -> (f32, f32) {
let mut width = 0.0f32;
let mut height = 0.0f32;