Skip to content

Commit 198acf9

Browse files
committed
Auto merge of rust-lang#105794 - ChrisDenton:internal-doc, r=jyn514
Add CI test for documentation of hidden items in std Fixes rust-lang#87844 r? `@jyn514`
2 parents d51e5a5 + 9d56a90 commit 198acf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/fmt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ impl<'a> Arguments<'a> {
405405
/// 1. The `pieces` slice must be at least as long as `fmt`.
406406
/// 2. Every [`rt::v1::Argument::position`] value within `fmt` must be a
407407
/// valid index of `args`.
408-
/// 3. Every [`Count::Param`] within `fmt` must contain a valid index of
408+
/// 3. Every [`rt::v1::Count::Param`] within `fmt` must contain a valid index of
409409
/// `args`.
410410
#[doc(hidden)]
411411
#[inline]

0 commit comments

Comments
 (0)