mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Fix intra-doc link
This commit is contained in:
@@ -405,7 +405,7 @@ pub const fn new_v1(pieces: &'a [&'static str], args: &'a [ArgumentV1<'a>]) -> 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]
|
||||
|
||||
Reference in New Issue
Block a user