Skip to content

Commit 7366034

Browse files
committed
Fix existing comment typo.
1 parent 0111892 commit 7366034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/middle/traits/select.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
836836
return Ok(None);
837837
}
838838

839-
840-
// If there are *NO* candidates, that there are no impls --
839+
// If there are *NO* candidates, then there are no impls --
841840
// that we know of, anyway. Note that in the case where there
842841
// are unbound type variables within the obligation, it might
843842
// be the case that you could still satisfy the obligation

0 commit comments

Comments
 (0)