From 736603424e48db41e1f2e3ad58e67809ab608a33 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Fri, 4 Dec 2015 10:57:02 -0800 Subject: [PATCH] Fix existing comment typo. --- src/librustc/middle/traits/select.rs | 3 +-- 1 file changed, 1 insertion(+), 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