Fix typo.
This commit is contained in:
parent
8efc383047
commit
00074926bb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ pub struct FormatArgPosition {
|
|||
/// Which argument this position refers to (Ok),
|
||||
/// or would've referred to if it existed (Err).
|
||||
pub index: Result<usize, usize>,
|
||||
/// What kind of position this is. See [`FormatArgsPositionKind`].
|
||||
/// What kind of position this is. See [`FormatArgPositionKind`].
|
||||
pub kind: FormatArgPositionKind,
|
||||
/// The span of the name or number.
|
||||
pub span: Option<Span>,
|
||||
|
|
Loading…
Add table
Reference in a new issue