]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/i32.rs
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / libcore / num / i32.rs
1 //! The 32-bit signed integer type.
2 //!
3 //! *[See also the `i32` primitive type](../../std/primitive.i32.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 int_module! { i32 }