We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07308d4 commit 7b0f0c3Copy full SHA for 7b0f0c3
text/0000-pattern-3.md
@@ -157,7 +157,7 @@ pub unsafe trait Haystack: Deref<Target: Hay> + Sized {
157
> [issue 20671]), or Associated Type Bounds ([RFC 2289]) has been accepted and implemented.
158
>
159
> For simplicity we are ignoring [issue 38078],
160
-> which forces us to write `<Self::Target as Hay>::Index` instead of `Self::Index`.
+> which forces us to write `<Self::Target as Hay>::Index` instead of `Self::Target::Index`.
161
162
The `self.restore_range(original, parent)` method is implemented to solve:
163
0 commit comments