Skip to content

Commit 443759e

Browse files
committed
Rollup merge of #29175 - durka:patch-8, r=Gankro
Yay, markdown isn't standardized and rustbook's parser has subtle incompatibilities with Github's! So in the Github preview you don't see that this list fails to separate from the previous paragraph. I think this should fix it, but I didn't check.
2 parents 9f16455 + f1e06db commit 443759e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/nomicon/dropck.md

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ checking the implicit assertion that no potentially expired data
220220
It is sometimes obvious that no such access can occur, like the case above.
221221
However, when dealing with a generic type parameter, such access can
222222
occur indirectly. Examples of such indirect access are:
223+
223224
* invoking a callback,
224225
* via a trait method call.
225226

0 commit comments

Comments
 (0)