Skip to content

Commit 0c1df5d

Browse files
committed
Rollup merge of #24721 - vosen:patch-1, r=steveklabnik
`us` and `is` were replaced with `usize` and `isize` some time ago. Other than that, 3.5.2.1.5 is correct.
2 parents af6ec32 + 5efdbec commit 0c1df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ cases mentioned in [Number literals](#number-literals) below.
271271
##### Suffixes
272272
| Integer | Floating-point |
273273
|---------|----------------|
274-
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `is` (`isize`), `us` (`usize`) | `f32`, `f64` |
274+
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `isize`, `usize` | `f32`, `f64` |
275275

276276
#### Character and string literals
277277

0 commit comments

Comments
 (0)