chore: Fix lint warnings (#190)
* apply code formatting * fix clippy warnings
This commit is contained in:
parent
2495903434
commit
6451da1e72
4 changed files with 6 additions and 6 deletions
|
|
@ -609,7 +609,7 @@ impl<'b> From<MintedBlock<'b>> for Block {
|
|||
.to_vec()
|
||||
.into_iter()
|
||||
.map(|x| x.unwrap())
|
||||
.map(|x| WitnessSet::from(x))
|
||||
.map(WitnessSet::from)
|
||||
.collect(),
|
||||
auxiliary_data_set: x
|
||||
.auxiliary_data_set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue