Skip to content

Commit

Permalink
lint: elide lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Nov 16, 2024
1 parent c2ff1e8 commit fae38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustemo/src/glr/gss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ where
fn set_layout_ahead(&mut self, _layout: Option<&'i I>) {}
}

impl<'i, I, P, TK> Default for SPPFTree<'i, I, P, TK>
impl<I, P, TK> Default for SPPFTree<'_, I, P, TK>
where
I: Input + ?Sized,
TK: Copy,
Expand Down

0 comments on commit fae38a6

Please sign in to comment.