diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-01 20:37:34 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-05-01 20:37:34 +0200 |
| commit | 28f8586698a30ba2e641a2e80594fb423addb5fe (patch) | |
| tree | 148282d314065541acea7dea341f767aa137d6d6 | |
| parent | a91d64873f5b8daa43f0e82dedad7e2bc39e8fba (diff) | |
| download | rust-28f8586698a30ba2e641a2e80594fb423addb5fe.tar.gz rust-28f8586698a30ba2e641a2e80594fb423addb5fe.zip | |
doc: this resulted in a link pointing to a non-existent target
| -rw-r--r-- | src/librustc_ast/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_ast/ast.rs b/src/librustc_ast/ast.rs index 14181e440e9..2e068d84f6f 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`], [`UnOpKind`], [`BinOp`], [`BinOpKind`]: Unary and binary operators. |
