diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-10-11 10:42:46 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-10-11 10:42:46 -0700 |
| commit | dfd00ec8a8f15062a4bf973847332e246e9851f5 (patch) | |
| tree | a95ed35cf4865eac516feebdb9cbd15fcfbda869 | |
| parent | bc68a88593a5f5b0cd33c5c9e8e83a1581fe6b12 (diff) | |
| download | rust-dfd00ec8a8f15062a4bf973847332e246e9851f5.tar.gz rust-dfd00ec8a8f15062a4bf973847332e246e9851f5.zip | |
manual: link to kinds, remove kind-list.
| -rw-r--r-- | doc/rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.md b/doc/rust.md index 8d2944def5b..cde00aa2364 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -1104,7 +1104,7 @@ specific type; the type-specified aspects of a value include: * Whether the value represents textual or numerical information. * Whether the value represents integral or floating-point information. * The sequence of memory operations required to access the value. -* The *kind* of the type (pinned, unique or shared). +* The [kind](#type-kinds) of the type. For example, the type `{x: u8, y: u8`} defines the set of immutable values that are composite records, each containing two unsigned 8-bit integers |
