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),
|
/// Which argument this position refers to (Ok),
|
||||||
/// or would've referred to if it existed (Err).
|
/// or would've referred to if it existed (Err).
|
||||||
pub index: Result<usize, usize>,
|
pub index: Result<usize, usize>,
|
||||||
/// What kind of position this is. See [`FormatArgsPositionKind`].
|
/// What kind of position this is. See [`FormatArgPositionKind`].
|
||||||
pub kind: FormatArgPositionKind,
|
pub kind: FormatArgPositionKind,
|
||||||
/// The span of the name or number.
|
/// The span of the name or number.
|
||||||
pub span: Option<Span>,
|
pub span: Option<Span>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue