Comments only: fix a comment in method resolution.
This commit is contained in:
parent
01866fae4e
commit
cf62433f43
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user