Skip to content

Commit 0007492

Browse files
committed
Fix typo.
1 parent 8efc383 commit 0007492

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_builtin_macros/src/format

1 file changed

+1
-1
lines changed

compiler/rustc_builtin_macros/src/format/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub struct FormatArgPosition {
8888
/// Which argument this position refers to (Ok),
8989
/// or would've referred to if it existed (Err).
9090
pub index: Result<usize, usize>,
91-
/// What kind of position this is. See [`FormatArgsPositionKind`].
91+
/// What kind of position this is. See [`FormatArgPositionKind`].
9292
pub kind: FormatArgPositionKind,
9393
/// The span of the name or number.
9494
pub span: Option<Span>,

0 commit comments

Comments
 (0)