Add Debug derives in lambda set compaction

This commit is contained in:
Ayaz Hafiz 2022-11-16 13:55:15 -06:00
parent af81ceae38
commit 3305041316
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 2 additions and 1 deletions

View file

@ -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,