Fix formatting with cargo fmt
This commit is contained in:
parent
983aa1b366
commit
8b7452a55d
3 changed files with 6 additions and 10 deletions
|
|
@ -78,8 +78,7 @@ where
|
|||
.drain(..)
|
||||
.map(|recipe| {
|
||||
Box::new(With::new(recipe, value.clone()))
|
||||
as
|
||||
Box<dyn Recipe<H, E, Output = (T, O)>>
|
||||
as Box<dyn Recipe<H, E, Output = (T, O)>>
|
||||
})
|
||||
.collect(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue