Skip to content

Commit 42e5507

Browse files
committed
Signed-off-by: cui fliter <[email protected]>
remove the repetitive word Signed-off-by: cui fliter <[email protected]>
1 parent 1accf06 commit 42e5507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/eval_ctxt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ impl<'a, 'tcx> EvalCtxt<'a, 'tcx> {
537537

538538
/// Iterate over all added goals: returning `Ok(Some(_))` in case we can stop rerunning.
539539
///
540-
/// Goals for the next step get directly added the the nested goals of the `EvalCtxt`.
540+
/// Goals for the next step get directly added to the nested goals of the `EvalCtxt`.
541541
fn evaluate_added_goals_step(&mut self) -> Result<Option<Certainty>, NoSolution> {
542542
let tcx = self.tcx();
543543
let mut goals = core::mem::replace(&mut self.nested_goals, NestedGoals::new());

0 commit comments

Comments
 (0)