Skip to content

Commit b179f2b

Browse files
committed
Reference manual 3.5.2.1.5
`is` and `us` suffixes are deprecated in favor of `isize` and `usize`.
1 parent 9d439b4 commit b179f2b

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)