Skip to content

Commit 6e2177f

Browse files
committed
Fix lifetime elison.
1 parent defb81b commit 6e2177f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

battleground_viewer/src/construct_render/render/renderable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub enum GeometryRef<'a> {
3939
Mesh(&'a Mesh),
4040
}
4141

42-
impl<'a> Geometry for GeometryRef<'a> {
42+
impl Geometry for GeometryRef<'_> {
4343
fn render_with_material(
4444
&self,
4545
material: &dyn Material,

0 commit comments

Comments
 (0)