Skip to content

Commit 33e796b

Browse files
committed
Auto merge of rust-lang#115441 - catandcoder:master, r=workingjubilee
fix the repetitive word
2 parents 3ec4b3b + 42e5507 commit 33e796b

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)