diff options
| author | Chris Denton <christophersdenton@gmail.com> | 2022-12-16 19:46:14 +0000 |
|---|---|---|
| committer | Chris Denton <christophersdenton@gmail.com> | 2022-12-16 20:21:44 +0000 |
| commit | 8534fd30892fc6e29d497da70798d2d7954aa09b (patch) | |
| tree | c995f208ee02127aff58280e8acf786ceed6bb1c | |
| parent | 3d852f60aae5e720719626b367a83db6e839d5cd (diff) | |
| download | rust-8534fd30892fc6e29d497da70798d2d7954aa09b.tar.gz rust-8534fd30892fc6e29d497da70798d2d7954aa09b.zip | |
Fix intra-doc link
| -rw-r--r-- | library/core/src/fmt/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/fmt/mod.rs b/library/core/src/fmt/mod.rs index 48b6177434b..122da675f7e 100644 --- a/library/core/src/fmt/mod.rs +++ b/library/core/src/fmt/mod.rs @@ -405,7 +405,7 @@ impl<'a> Arguments<'a> { /// 1. The `pieces` slice must be at least as long as `fmt`. /// 2. Every [`rt::v1::Argument::position`] value within `fmt` must be a /// valid index of `args`. - /// 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 /// `args`. #[doc(hidden)] #[inline] |
