From dc6eb7839c8b35c997e95b2b94fbf22f9eda9c4c Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 14 May 2015 14:20:24 -0400 Subject: [PATCH] trpl: fix link from Structs to Traits --- src/doc/trpl/structs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/trpl/structs.md b/src/doc/trpl/structs.md index ad7ead931998..5729aeefbac9 100644 --- a/src/doc/trpl/structs.md +++ b/src/doc/trpl/structs.md @@ -196,3 +196,5 @@ useful. For instance, a library may ask you to create a structure that implements a certain [trait][trait] to handle events. If you don’t have any data you need to store in the structure, you can just create a unit-like struct. + +[trait]: traits.html