Closed y-pakorn closed 2 years ago
Since the addition of Cw1155 variants of AssetInfoBase, we should consider adding the #[non_exhaustive] macro tag to prevent breaking change of pattern matching when adding new enum variants.
Cw1155
AssetInfoBase
#[non_exhaustive]
closing this issue as it is implemented in #16
Since the addition of
Cw1155
variants ofAssetInfoBase
, we should consider adding the#[non_exhaustive]
macro tag to prevent breaking change of pattern matching when adding new enum variants.