Comments only: fix a comment in method resolution.
This commit is contained in:
parent
01866fae4e
commit
cf62433f43
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ struct lookup {
|
||||||
self.add_inherent_and_extension_candidates
|
self.add_inherent_and_extension_candidates
|
||||||
(optional_inherent_methods, immutable_reference_mode);
|
(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; }
|
if self.candidates.len() > 0u { break; }
|
||||||
|
|
||||||
// Now look for inherent and extension methods, this time using a
|
// Now look for inherent and extension methods, this time using a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue