Remove unused trait impls on private MapAsEnum

This commit is contained in:
David Tolnay 2021-01-23 23:16:23 -08:00
parent 7d1bc1f0fc
commit 2fd5212204
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1529,7 +1529,6 @@ mod private {
}
}
#[derive(Clone, Debug)]
pub struct MapAsEnum<A> {
map: A,
}