mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-09 22:58:01 +00:00
Add Debug derives in lambda set compaction
This commit is contained in:
parent
af81ceae38
commit
3305041316
2 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,7 @@ pub enum Derived {
|
|||
}
|
||||
|
||||
/// The builtin ability member to derive.
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum DeriveBuiltin {
|
||||
ToEncoder,
|
||||
Decoder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue