mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Rust 1.79 lints (#5927)
* max_value -> MAX
* remove unnecesary closures
* a couple more max_value -> MAX
* a couple more max_value -> MAX
* Revert "a couple more max_value -> MAX"
This reverts commit 807fe7cae9.
* unused spec field -> phantom data
* ignore some dead code warnings
* update kurtosis repo location
This commit is contained in:
@@ -2266,9 +2266,9 @@ impl ApiTester {
|
||||
vec![validator_count],
|
||||
vec![validator_count, 1],
|
||||
vec![validator_count, 1, 3],
|
||||
vec![u64::max_value()],
|
||||
vec![u64::max_value(), 1],
|
||||
vec![u64::max_value(), 1, 3],
|
||||
vec![u64::MAX],
|
||||
vec![u64::MAX, 1],
|
||||
vec![u64::MAX, 1, 3],
|
||||
];
|
||||
|
||||
interesting.push((0..validator_count).collect());
|
||||
|
||||
Reference in New Issue
Block a user