2 parents 876f68b + fc66e89 commit 731feb9Copy full SHA for 731feb9
1 file changed
shared/yeast/src/lib.rs
@@ -492,7 +492,7 @@ impl Ast {
492
}
493
494
495
- pub fn walk(&self) -> AstCursor {
+ pub fn walk(&self) -> AstCursor<'_> {
496
AstCursor::new(self)
497
498
0 commit comments