Fix/silence clippy lints

This commit is contained in:
Paul Hauner
2019-03-08 09:23:57 +11:00
parent 1ef2652cac
commit 60098a051d
3 changed files with 18 additions and 12 deletions

View File

@@ -69,6 +69,7 @@ impl TestCase {
}
/// Executes the test case, returning an `ExecutionResult`.
#[allow(clippy::cyclomatic_complexity)]
pub fn execute(&self) -> ExecutionResult {
let spec = self.spec();
let validator_count = self.config.deposits_for_chain_start;