Skip to content

Commit 7f68507

Browse files
committed
Fix docs tests
1 parent 6aaec4c commit 7f68507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ where
598598
/// over: None,
599599
/// parameters: FunctionArguments::None,
600600
/// within_group: vec![],
601-
/// });
601+
/// }.into());
602602
/// }
603603
/// ControlFlow::<()>::Continue(())
604604
/// });

0 commit comments

Comments
 (0)