mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Derive more things for UnionVariant
This commit is contained in:
parent
ec953e9a15
commit
487c1e3b75
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ pub fn record_fields_btree<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub enum UnionVariant<'a> {
|
||||
Never,
|
||||
Unit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue