Skip to content

Commit 3d4a3a4

Browse files
committed
fix clippy
1 parent 50632ff commit 3d4a3a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

catalyst-toolbox/src/bin/cli/rewards/full/proposers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use color_eyre::Result;
44

55
use super::python::exec_python_script;
66

7+
#[allow(clippy::too_many_arguments)]
78
pub(super) fn proposers_rewards(
89
proposer_reward_script: &Path,
910
block0: &Path,

catalyst-toolbox/src/bin/cli/rewards/veterans.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ impl VeteransRewards {
9494
}
9595
}
9696

97+
#[allow(clippy::too_many_arguments)]
9798
pub fn vca_rewards(
9899
reviews_csv: PathBuf,
99100
output: PathBuf,

0 commit comments

Comments
 (0)