]> git.proxmox.com Git - rustc.git/blame - library/core/src/num/shells/u16.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / library / core / src / num / shells / u16.rs
CommitLineData
5869c6ff 1//! Constants for the 16-bit unsigned integer type.
e9174d1e 2//!
54a0048b 3//! *[See also the `u16` primitive type](../../std/primitive.u16.html).*
74b04a01 4//!
5869c6ff 5//! New code should use the associated constants directly on the primitive type.
223e47cc 6
85aaf69f 7#![stable(feature = "rust1", since = "1.0.0")]
5869c6ff
XL
8#![rustc_deprecated(
9 since = "TBD",
10 reason = "all constants in this module replaced by associated constants on `u16`"
11)]
223e47cc 12
74b04a01 13int_module! { u16 }