We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441682c commit 687b3faCopy full SHA for 687b3fa
library/core/src/fmt/mod.rs
@@ -428,10 +428,8 @@ impl<'a> Arguments<'a> {
428
/// An `UnsafeArg` is required because the following invariants must be held
429
/// in order for this function to be safe:
430
/// 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`.
+ /// 2. Every `rt::Placeholder::position` value within `fmt` must be a valid index of `args`.
+ /// 3. Every `rt::Count::Param` within `fmt` must contain a valid index of `args`.
435
#[doc(hidden)]
436
#[inline]
437
#[unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
0 commit comments