blob: 5a52a967cf96d61fe73ddc5915ed4d57ae35c8f8 [file] [log] [blame]
//! The 8-bit signed integer type.
//!
//! *[See also the `i8` primitive type](../../std/primitive.i8.html).*
#![stable(feature = "rust1", since = "1.0.0")]
int_module! { i8 }