Remove Copy from AccountsIndexConfig. Not all types will support it (#19686)
This commit is contained in:
committed by
GitHub
parent
16ab273bf6
commit
d3f938f0cf
@ -81,7 +81,7 @@ pub struct AccountSecondaryIndexesIncludeExclude {
|
||||
pub keys: HashSet<Pubkey>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, Clone, Copy)]
|
||||
#[derive(Debug, Default, Clone)]
|
||||
pub struct AccountsIndexConfig {
|
||||
pub bins: Option<usize>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user