]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/i8.rs
Update const_forget.rs
[rust.git] / src / libcore / num / i8.rs
1 //! The 8-bit signed integer type.
2 //!
3 //! *[See also the `i8` primitive type](../../std/primitive.i8.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 int_module! { i8 }