1
Fork 0

fix typo in docs and comments

This commit is contained in:
yuk1ty 2020-09-21 12:14:28 +09:00
parent 0f9f0b384a
commit 16047d46a1
8 changed files with 8 additions and 8 deletions

View file

@ -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,