Skip to content

Commit 86e83c8

Browse files
committed
progress
1 parent 2cdc659 commit 86e83c8

File tree

1 file changed

+1
-1
lines changed
  • crates/pgt_lexer_new/src

1 file changed

+1
-1
lines changed

crates/pgt_lexer_new/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct Lexed<'a> {
1313
inner: LexedStr<'a>,
1414
}
1515

16-
impl<'a> Lexed<'a> {
16+
impl Lexed<'_> {
1717
/// Returns the number of tokens (excluding EOF)
1818
pub fn len(&self) -> usize {
1919
self.inner.len()

0 commit comments

Comments
 (0)