mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Unwrap interned layout
This commit is contained in:
parent
1ae3c3b0f8
commit
68a1589663
1 changed files with 1 additions and 1 deletions
|
@ -1289,7 +1289,7 @@ impl<'a> Niche<'a> {
|
|||
alloc.intersperse(
|
||||
captures
|
||||
.iter()
|
||||
.map(|c| c.to_doc(alloc, interner, Parens::NotNeeded)),
|
||||
.map(|c| interner.get(*c).to_doc(alloc, interner, Parens::NotNeeded)),
|
||||
alloc.reflow(", "),
|
||||
),
|
||||
alloc.reflow("})"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue