From f1e06db8c2a9d1549008c377c4ccfe7338a11608 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Mon, 19 Oct 2015 20:14:38 -0400 Subject: [PATCH] fix markdown in nomicon/dropck --- src/doc/nomicon/dropck.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/nomicon/dropck.md b/src/doc/nomicon/dropck.md index 95bcdc02ba0..ad7c65032c7 100644 --- a/src/doc/nomicon/dropck.md +++ b/src/doc/nomicon/dropck.md @@ -220,6 +220,7 @@ checking the implicit assertion that no potentially expired data It is sometimes obvious that no such access can occur, like the case above. However, when dealing with a generic type parameter, such access can occur indirectly. Examples of such indirect access are: + * invoking a callback, * via a trait method call.