Skip to content

Commit dc6eb78

Browse files
committed
trpl: fix link from Structs to Traits
1 parent af52207 commit dc6eb78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/trpl/structs.md

+2
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,5 @@ useful. For instance, a library may ask you to create a structure that
196196
implements a certain [trait][trait] to handle events. If you don’t have
197197
any data you need to store in the structure, you can just create a
198198
unit-like struct.
199+
200+
[trait]: traits.html

0 commit comments

Comments
 (0)