Skip to content

Commit 508f706

Browse files
committed
move blog post from _drafts to _posts
1 parent f7c86be commit 508f706

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blog/_drafts/run-time-reflection.md blog/_posts/2023-05-08-run-time-reflection.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ in pull request [#390](https://github.com/capnproto/capnproto-rust/pull/390).
5353
However, now that we have reflection, we can avoid generating so much single-purpose
5454
code. Instead, our `Debug` implementation for each struct immediately
5555
delegates to a shared implementation that knows how to deal with
56-
*any* Cap'n Proto struct type. See capnp/src/stringify.rs if you are
57-
curious about what the code looks like.
56+
*any* Cap'n Proto struct type. See
57+
[stringify.rs](https://github.com/capnproto/capnproto-rust/blob/f7c86befe11b27f33c2a45957d402abff2b9e347/capnp/src/stringify.rs)
58+
if you are curious about what the code looks like.
5859

5960
Using reflection in this way does have a (small)
6061
run-time cost, as it requires

0 commit comments

Comments
 (0)