Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Sep 6, 2024
1 parent b7c50e9 commit f6aab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blitz/src/renderer/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl<'dom> VelloSceneGenerator<'dom> {
}
}

fn element_cx<'w>(&'w self, element: &'w Node, location: Point) -> ElementCx {
fn element_cx<'w>(&'w self, element: &'w Node, location: Point) -> ElementCx<'w> {
let style = element
.stylo_element_data
.borrow()
Expand Down

0 comments on commit f6aab19

Please sign in to comment.