Skip to content

Commit a8a3548

Browse files
committed
Indicate list of primitive types is non-exhaustive
In the syntax index, in the type expressions table, we list some primitive types but not all of them. Let's use the ellipses to indicate that the list is not exhaustive.
1 parent c58941d commit a8a3548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ This appendix provides an index of tokens and common forms with links to where t
226226

227227
| Type | Usage |
228228
|---------------------------------------|-------|
229-
| `bool`, `u8`, `f64`, `char`, `str` | [primitive types] |
229+
| `bool`, `u8`, `f64`, `str`, `` | [primitive types] |
230230
| `for<…>` | [higher-ranked trait bounds] |
231231
| `T: U` | [trait bounds] |
232232
| `T: 'a` | [lifetime bounds] |

0 commit comments

Comments
 (0)