chore: Fix clippy lints
This commit is contained in:
parent
de8b47839c
commit
cfed174e9b
2 changed files with 10 additions and 12 deletions
|
|
@ -623,16 +623,14 @@ pub fn render_window_to_buffer(
|
|||
1.0,
|
||||
blur_strength,
|
||||
&mut |elem| {
|
||||
elements
|
||||
.push(
|
||||
RelocateRenderElement::from_element(
|
||||
CursorRenderElement::Surface(elem),
|
||||
Point::new(0, 0),
|
||||
Relocate::Relative,
|
||||
)
|
||||
.into(),
|
||||
elements.push(
|
||||
RelocateRenderElement::from_element(
|
||||
CursorRenderElement::Surface(elem),
|
||||
Point::new(0, 0),
|
||||
Relocate::Relative,
|
||||
)
|
||||
.into()
|
||||
.into(),
|
||||
)
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue