Skip to content

Commit dfd00ec

Browse files
committed
manual: link to kinds, remove kind-list.
1 parent bc68a88 commit dfd00ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ specific type; the type-specified aspects of a value include:
11041104
* Whether the value represents textual or numerical information.
11051105
* Whether the value represents integral or floating-point information.
11061106
* The sequence of memory operations required to access the value.
1107-
* The *kind* of the type (pinned, unique or shared).
1107+
* The [kind](#type-kinds) of the type.
11081108

11091109
For example, the type `{x: u8, y: u8`} defines the set of immutable values
11101110
that are composite records, each containing two unsigned 8-bit integers

0 commit comments

Comments
 (0)