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 d1e2d29 commit ac9e694Copy full SHA for ac9e694
doc/rust.md
@@ -2579,7 +2579,7 @@ to the record type-constructor. The differences are as follows:
2579
2580
Tuple types and values are denoted by listing the types or values of their
2581
elements, respectively, in a parenthesized, comma-separated
2582
-list. Single-element tuples are not legal; all tuples have two or more values.
+list.
2583
2584
The members of a tuple are laid out in memory contiguously, like a record, in
2585
order specified by the tuple type.
0 commit comments