FeatureSet test

This commit is contained in:
Michael Vines
2020-09-24 08:53:50 -07:00
parent cc6ba1e131
commit 92406cf9a0
3 changed files with 57 additions and 18 deletions

View File

@ -37,7 +37,7 @@ lazy_static! {
}
/// `FeatureSet` holds the set of currently active/inactive runtime features
#[derive(AbiExample)]
#[derive(AbiExample, Clone)]
pub struct FeatureSet {
pub active: HashSet<Pubkey>,
pub inactive: HashSet<Pubkey>,