Skip to content

Commit f545a85

Browse files
adetaylortmandry
andauthored
Update src/expressions/method-call-expr.md
Co-authored-by: Tyler Mandry <[email protected]>
1 parent ba02319 commit f545a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/method-call-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For each step, picking is attempted in this order:
102102
* First for inherent methods
103103
* Then for extension methods
104104
* Then, a method where the `self` type is a `*const T` - this is only considered
105-
if the self type is `*mut T`)
105+
if the self type is `*mut T`
106106
* First for inherent methods
107107
* Then for extension methods
108108
* And finally, a method with a `Pin` that's reborrowed, if the `pin_ergonomics`

0 commit comments

Comments
 (0)