Add a derive(Debug)

This commit is contained in:
Richard Feldman 2020-06-25 00:15:02 -04:00
parent 64482f8bfe
commit 72d865b753

View File

@ -367,6 +367,7 @@ pub fn record_fields_btree<'a>(
}
}
#[derive(Debug)]
pub enum UnionVariant<'a> {
Never,
Unit,