We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d852f6 commit 8534fd3Copy full SHA for 8534fd3
library/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