This commit is contained in:
github-merge-queue[bot] 2024-04-04 09:27:12 +00:00
parent 638f84869b
commit 85a47da8b9
4 changed files with 4 additions and 4 deletions

View file

@ -195,7 +195,7 @@ fn parse_string(source_text: &str) -> String {
let accumulated = parse_statements::accumulated::<Diagnostics>(&db, source_program);
// Format the result as a string and return it
format!("{:#?}", (statements.debug_all(&db), accumulated))
format!("{:#?}", (statements.debug(&db), accumulated))
}
<span class="boring">}
</span></code></pre></pre>