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

@ -1131,7 +1131,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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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