Run cargo fmt
This commit is contained in:
parent
0722d5e3ec
commit
983aa1b366
10 changed files with 57 additions and 48 deletions
|
|
@ -78,7 +78,8 @@ 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