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