mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Fix clippy warnings (#1385)
## Issue Addressed NA ## Proposed Changes Fixes most clippy warnings and ignores the rest of them, see issue #1388.
This commit is contained in:
@@ -45,7 +45,7 @@ impl From<SszContainer> for ProtoArrayForkChoice {
|
||||
};
|
||||
|
||||
Self {
|
||||
proto_array: proto_array,
|
||||
proto_array,
|
||||
votes: ElasticList(from.votes),
|
||||
balances: from.balances,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user