Skip to content

Commit 687b3fa

Browse files
committed
Remove doc link to private item.
1 parent 441682c commit 687b3fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library/core/src/fmt/mod.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,8 @@ impl<'a> Arguments<'a> {
428428
/// An `UnsafeArg` is required because the following invariants must be held
429429
/// in order for this function to be safe:
430430
/// 1. The `pieces` slice must be at least as long as `fmt`.
431-
/// 2. Every [`rt::Placeholder::position`] value within `fmt` must be a
432-
/// valid index of `args`.
433-
/// 3. Every [`rt::Count::Param`] within `fmt` must contain a valid index of
434-
/// `args`.
431+
/// 2. Every `rt::Placeholder::position` value within `fmt` must be a valid index of `args`.
432+
/// 3. Every `rt::Count::Param` within `fmt` must contain a valid index of `args`.
435433
#[doc(hidden)]
436434
#[inline]
437435
#[unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]

0 commit comments

Comments
 (0)