mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Fix Rust beta compiler warnings (rustc 1.75.0-beta.1 (782883f60 2023-11-12)) (#4932)
This commit is contained in:
@@ -25,11 +25,11 @@ pub struct SyncAggregatorSelectionData {
|
||||
pub subcommittee_index: u64,
|
||||
}
|
||||
|
||||
impl SignedRoot for SyncAggregatorSelectionData {}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
ssz_and_tree_hash_tests!(SyncAggregatorSelectionData);
|
||||
}
|
||||
|
||||
impl SignedRoot for SyncAggregatorSelectionData {}
|
||||
|
||||
Reference in New Issue
Block a user