diff options
| author | Alex Burka <durka42+github@gmail.com> | 2015-05-14 14:20:24 -0400 |
|---|---|---|
| committer | Alex Burka <durka42+github@gmail.com> | 2015-05-14 14:20:24 -0400 |
| commit | dc6eb7839c8b35c997e95b2b94fbf22f9eda9c4c (patch) | |
| tree | 944374476fc48d529083b48d14e2b562edb59015 /src | |
| parent | af522079a2e13046cbf5f426874d7f6b672c501e (diff) | |
| download | rust-dc6eb7839c8b35c997e95b2b94fbf22f9eda9c4c.tar.gz rust-dc6eb7839c8b35c997e95b2b94fbf22f9eda9c4c.zip | |
trpl: fix link from Structs to Traits
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/trpl/structs.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/trpl/structs.md b/src/doc/trpl/structs.md index ad7ead93199..5729aeefbac 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 |
