File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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" ) ]
You can’t perform that action at this time.
0 commit comments