mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Add a derive(Debug)
This commit is contained in:
parent
64482f8bfe
commit
72d865b753
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ pub fn record_fields_btree<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum UnionVariant<'a> {
|
||||
Never,
|
||||
Unit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue