We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a0182d + 89b35e2 commit af0d409Copy full SHA for af0d409
core/src/fmt/mod.rs
@@ -405,7 +405,7 @@ impl<'a> Arguments<'a> {
405
/// 1. The `pieces` slice must be at least as long as `fmt`.
406
/// 2. Every [`rt::v1::Argument::position`] value within `fmt` must be a
407
/// valid index of `args`.
408
- /// 3. Every [`Count::Param`] within `fmt` must contain a valid index of
+ /// 3. Every [`rt::v1::Count::Param`] within `fmt` must contain a valid index of
409
/// `args`.
410
#[doc(hidden)]
411
#[inline]
0 commit comments