Skip to content

Commit f97e8e7

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

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)