Rollup merge of #110065 - jbethune:master, r=ehuss

Fix wrong type in docs: i16 -> u16

``@rustbot`` label +A-docs

r? docs
This commit is contained in:
Nilstrieb 2023-04-08 10:26:15 +02:00 committed by GitHub
commit 965707ef0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
//! Redundant constants module for the [`i16` primitive type][i16].
//! Redundant constants module for the [`u16` primitive type][u16].
//!
//! New code should use the associated constants directly on the primitive type.