From cf62433f43d60304c991d27437529ee53980c2e3 Mon Sep 17 00:00:00 2001 From: Michael Sullivan Date: Fri, 24 Aug 2012 15:06:35 -0700 Subject: [PATCH] Comments only: fix a comment in method resolution. --- src/rustc/middle/typeck/check/method.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustc/middle/typeck/check/method.rs b/src/rustc/middle/typeck/check/method.rs index ae913bb894b..bb378c9093e 100644 --- a/src/rustc/middle/typeck/check/method.rs +++ b/src/rustc/middle/typeck/check/method.rs @@ -195,7 +195,7 @@ struct lookup { self.add_inherent_and_extension_candidates (optional_inherent_methods, immutable_reference_mode); - // if we found anything, stop before attempting auto-deref. + // if we found anything, stop before attempting mutable auto-ref. if self.candidates.len() > 0u { break; } // Now look for inherent and extension methods, this time using a