Skip to content

Commit b6eb219

Browse files
committed
Auto merge of rust-lang#110076 - Nilstrieb:rollup-22yp01c, r=Nilstrieb
Rollup of 5 pull requests Successful merges: - rust-lang#110030 (rustdoc: clean up JS) - rust-lang#110037 (rustdoc: add test and bug fix for theme defaults) - rust-lang#110065 (Fix wrong type in docs: i16 -> u16) - rust-lang#110068 (Temporarily remove myself from reviewers list) - rust-lang#110075 (Fix a typo in `config.example.toml`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2efc352 + 65dd8cc commit b6eb219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/num/shells/u16.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Redundant constants module for the [`i16` primitive type][i16].
1+
//! Redundant constants module for the [`u16` primitive type][u16].
22
//!
33
//! New code should use the associated constants directly on the primitive type.
44

0 commit comments

Comments
 (0)