Fix clippy::redundant_closure
This commit is contained in:
parent
6c93b47c01
commit
33f58baf6e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ impl<O: ForestObligation> ObligationForest<O> {
|
|||
done_cache: Default::default(),
|
||||
waiting_cache: Default::default(),
|
||||
scratch: Some(vec![]),
|
||||
obligation_tree_id_generator: (0..).map(|i| ObligationTreeId(i)),
|
||||
obligation_tree_id_generator: (0..).map(ObligationTreeId),
|
||||
error_cache: Default::default(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue