Update mono

This commit is contained in:
Ayaz Hafiz 2022-11-23 15:37:30 -06:00
parent f9de522004
commit cb7de132e5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 5 additions and 5 deletions

View file

@ -2338,7 +2338,7 @@ impl<'a> Stmt<'a> {
}
}
Crash(s, _src) => alloc.text(format!("Crash {:?}", s)),
Crash(s, _src) => alloc.text("Crash ").append(symbol_to_doc(alloc, *s)),
Join {
id,