We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50f212e + 28f8586 commit f2fddd3Copy full SHA for f2fddd3
src/librustc_ast/ast.rs
@@ -14,7 +14,7 @@
14
//! - [`Generics`], [`GenericParam`], [`WhereClause`]: Metadata associated with generic parameters.
15
//! - [`EnumDef`] and [`Variant`]: Enum declaration.
16
//! - [`Lit`] and [`LitKind`]: Literal expressions.
17
-//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimeter`]: Macro definition and invocation.
+//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimiter`]: Macro definition and invocation.
18
//! - [`Attribute`]: Metadata associated with item.
19
//! - [`UnOp`], [`BinOp`], and [`BinOpKind`]: Unary and binary operators.
20
0 commit comments