Skip to content

Commit 85aaa7c

Browse files
committed
Fix new clippy warnings
1 parent 596f405 commit 85aaa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdl-compiler/src/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ trait Helpers<'i> {
189189
fn as_usize(&self) -> Result<usize, String>;
190190
}
191191

192-
impl<'a> Context<'a> {
192+
impl Context<'_> {
193193
fn field_key(&self) -> ast::FieldKey {
194194
ast::FieldKey(self.key.replace(self.key.get() + 1))
195195
}

0 commit comments

Comments
 (0)