mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-24 13:44:39 +00:00
deploy: bdf7d9ca50
This commit is contained in:
parent
638f84869b
commit
85a47da8b9
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue