remove unused field
This commit is contained in:
parent
25365aeacf
commit
d6ce2bd1de
4 changed files with 13 additions and 24 deletions
|
@ -344,7 +344,7 @@ impl<'a, 'tcx> InspectGoal<'a, 'tcx> {
|
|||
};
|
||||
|
||||
let mut nested_goals = vec![];
|
||||
self.candidates_recur(&mut candidates, &mut nested_goals, &last_eval_step.evaluation);
|
||||
self.candidates_recur(&mut candidates, &mut nested_goals, &last_eval_step);
|
||||
|
||||
candidates
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue