about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-01 23:16:40 +0200
committerGitHub <noreply@github.com>2020-05-01 23:16:40 +0200
commitf2fddd35af266483bb493f130ce2e0559f6593af (patch)
treead2b929469c307c4c0938bb695c0566c9a9b6651 /src
parent50f212e4d52f2c1328256af255a77db8014f5f65 (diff)
parent28f8586698a30ba2e641a2e80594fb423addb5fe (diff)
downloadrust-f2fddd35af266483bb493f130ce2e0559f6593af.tar.gz
rust-f2fddd35af266483bb493f130ce2e0559f6593af.zip
Rollup merge of #71762 - tshepang:typo, r=jonas-schievink
doc: this resulted in a link pointing to a non-existent target
Diffstat (limited to 'src')
-rw-r--r--src/librustc_ast/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_ast/ast.rs b/src/librustc_ast/ast.rs
index 415d61743c1..c63bbd53a31 100644
--- a/src/librustc_ast/ast.rs
+++ b/src/librustc_ast/ast.rs
@@ -14,7 +14,7 @@
 //! - [`Generics`], [`GenericParam`], [`WhereClause`]: Metadata associated with generic parameters.
 //! - [`EnumDef`] and [`Variant`]: Enum declaration.
 //! - [`Lit`] and [`LitKind`]: Literal expressions.
-//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimeter`]: Macro definition and invocation.
+//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimiter`]: Macro definition and invocation.
 //! - [`Attribute`]: Metadata associated with item.
 //! - [`UnOp`], [`BinOp`], and [`BinOpKind`]: Unary and binary operators.