Comments only: fix a comment in method resolution.

This commit is contained in:
Michael Sullivan 2012-08-24 15:06:35 -07:00
parent 01866fae4e
commit cf62433f43

View File

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