We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91d648 commit 28f8586Copy full SHA for 28f8586
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`], [`UnOpKind`], [`BinOp`], [`BinOpKind`]: Unary and binary operators.
20
0 commit comments