Skip to content

Commit

Permalink
add clippy suppressing due to bug rust-lang/rust-clippy#8867
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Sep 9, 2022
1 parent 05bd4c0 commit dd8b4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#![allow(clippy::or_fun_call)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::derive_partial_eq_without_eq)] //Needed due to bug 'https://github.com/rust-lang/rust-clippy/issues/8867'

use basilisk_runtime::{
AccountId, AssetRegistryConfig, AuraId, Balance, BalancesConfig, CollatorSelectionConfig, CouncilConfig,
Expand Down

0 comments on commit dd8b4e0

Please sign in to comment.