We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e682a6 commit 8c16081Copy full SHA for 8c16081
src/expressions/method-call-expr.md
@@ -66,7 +66,7 @@ For each step, the candidate type is used to determine what searches to perform:
66
the object, then inherent impl candidates for the type.
67
* For a struct, enum, or foreign type, there is a search for inherent
68
impl candidates for the type.
69
-* For a type param, there's a search for for inherent candidates on the param.
+* For a type param, there's a search for inherent candidates on the param.
70
* For various simpler types (listed below) there's a search for inherent
71
candidates for the incoherent type.
72
* After any of these, there's a further search for extension candidates for
0 commit comments