fix typo in docs and comments
This commit is contained in:
parent
0f9f0b384a
commit
16047d46a1
8 changed files with 8 additions and 8 deletions
|
@ -321,7 +321,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
|||
let target_block = self.cfg.start_new_block();
|
||||
let mut schedule_drops = true;
|
||||
// We keep a stack of all of the bindings and type asciptions
|
||||
// from the the parent candidates that we visit, that also need to
|
||||
// from the parent candidates that we visit, that also need to
|
||||
// be bound for each candidate.
|
||||
traverse_candidate(
|
||||
candidate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue