diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-02-20 23:28:06 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2017-02-21 14:01:46 -0500 |
| commit | 227aae3e63a23ccf0f3162b230b29852e0c8d711 (patch) | |
| tree | dd212606bdd7394741606a2d49554c8c742458da | |
| parent | d1f046fe895d9b7c5e5480d0128f0d161bedcba8 (diff) | |
| download | rust-227aae3e63a23ccf0f3162b230b29852e0c8d711.tar.gz rust-227aae3e63a23ccf0f3162b230b29852e0c8d711.zip | |
Items and attributes
| -rw-r--r-- | src/doc/reference/src/items-and-attributes.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/doc/reference/src/items-and-attributes.md b/src/doc/reference/src/items-and-attributes.md index 8c3441ec2bb..bd5018d69cc 100644 --- a/src/doc/reference/src/items-and-attributes.md +++ b/src/doc/reference/src/items-and-attributes.md @@ -1,4 +1,7 @@ # Items and attributes -Crates contain [items](#items), each of which may have some number of -[attributes](#attributes) attached to it. +Crates contain [items], each of which may have some number of +[attributes] attached to it. + +[items]: items.html +[attributes]: attributes.html |
