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

@@ -73,6 +73,7 @@ where
F: ForkChoice,
{
/// Instantiate a new Beacon Chain, from genesis.
#[allow(clippy::too_many_arguments)] // Will be re-factored in the coming weeks.
pub fn genesis(
state_store: Arc<BeaconStateStore<T>>,
block_store: Arc<BeaconBlockStore<T>>,