Reference manual 3.5.2.1.5

`is` and `us` suffixes are deprecated in favor of `isize` and `usize`.
This commit is contained in:
Skyler 2015-04-24 04:35:29 -07:00
parent 9d439b4177
commit b179f2b984

View file

@ -271,7 +271,7 @@ cases mentioned in [Number literals](#number-literals) below.
##### Suffixes
| Integer | Floating-point |
|---------|----------------|
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `is` (`isize`), `us` (`usize`) | `f32`, `f64` |
| `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`, `isize`, `usize` | `f32`, `f64` |
#### Character and string literals