]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/trpl/structs.md
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / doc / trpl / structs.md
index ad7ead9319989f2339a5dae9f0b89bb15812ffa4..5729aeefbac9cdb39c88c80e3472dd950e14202b 100644 (file)
@@ -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