mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
Fix/ignore clippy warnings (#1157)
* fix/ignore clippy * --locked check && test * RUSTC_WRAPPER="" for clippy-nightly, check-nightly, test-nightly
This commit is contained in:
committed by
Bastian Köcher
parent
70f87e826c
commit
87cbb382d9
@@ -458,6 +458,8 @@ impl PartialEq<Bloom> for Bloom {
|
||||
}
|
||||
}
|
||||
|
||||
// there's no default for [_; 256], but clippy still complains
|
||||
#[allow(clippy::derivable_impls)]
|
||||
impl Default for Bloom {
|
||||
fn default() -> Self {
|
||||
Bloom([0; 256])
|
||||
|
||||
Reference in New Issue
Block a user