Skip to content

Commit

Permalink
refactor: remove unused clippy annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Apr 7, 2019
1 parent ee27048 commit 61855c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/src/chain_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub struct ChainState<CI> {
}

impl<CI: ChainIndex> ChainState<CI> {
#[allow(clippy::too_many_arguments)]
pub fn new(
store: &Arc<CI>,
consensus: Arc<Consensus>,
Expand Down

0 comments on commit 61855c6

Please sign in to comment.