diff options
| author | Aaron Turon <aturon@mozilla.com> | 2015-12-04 10:57:02 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2016-03-14 15:04:33 -0700 |
| commit | 736603424e48db41e1f2e3ad58e67809ab608a33 (patch) | |
| tree | 749803a1b1538fa3da541cf8012c003f10e8c007 /src | |
| parent | 01118928fc2b280e96189ed394af749d65cbcffe (diff) | |
Fix existing comment typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/middle/traits/select.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc/middle/traits/select.rs b/src/librustc/middle/traits/select.rs index fbfd4b67b5b..dbfb018894f 100644 --- a/src/librustc/middle/traits/select.rs +++ b/src/librustc/middle/traits/select.rs @@ -836,8 +836,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> { return Ok(None); } - - // If there are *NO* candidates, that there are no impls -- + // If there are *NO* candidates, then there are no impls -- // that we know of, anyway. Note that in the case where there // are unbound type variables within the obligation, it might // be the case that you could still satisfy the obligation |
