We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc68a88 commit dfd00ecCopy full SHA for dfd00ec
doc/rust.md
@@ -1104,7 +1104,7 @@ specific type; the type-specified aspects of a value include:
1104
* Whether the value represents textual or numerical information.
1105
* Whether the value represents integral or floating-point information.
1106
* The sequence of memory operations required to access the value.
1107
-* The *kind* of the type (pinned, unique or shared).
+* The [kind](#type-kinds) of the type.
1108
1109
For example, the type `{x: u8, y: u8`} defines the set of immutable values
1110
that are composite records, each containing two unsigned 8-bit integers
0 commit comments