Remove doc link to private item.
This commit is contained in:
parent
441682cca9
commit
687b3fa439
1 changed files with 2 additions and 4 deletions
|
@ -428,10 +428,8 @@ impl<'a> Arguments<'a> {
|
||||||
/// An `UnsafeArg` is required because the following invariants must be held
|
/// An `UnsafeArg` is required because the following invariants must be held
|
||||||
/// in order for this function to be safe:
|
/// in order for this function to be safe:
|
||||||
/// 1. The `pieces` slice must be at least as long as `fmt`.
|
/// 1. The `pieces` slice must be at least as long as `fmt`.
|
||||||
/// 2. Every [`rt::Placeholder::position`] value within `fmt` must be a
|
/// 2. Every `rt::Placeholder::position` value within `fmt` must be a valid index of `args`.
|
||||||
/// valid index of `args`.
|
/// 3. Every `rt::Count::Param` within `fmt` must contain a valid index of `args`.
|
||||||
/// 3. Every [`rt::Count::Param`] within `fmt` must contain a valid index of
|
|
||||||
/// `args`.
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[inline]
|
#[inline]
|
||||||
#[unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
|
#[unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue