Skip to content

Commit

Permalink
Rollup merge of rust-lang#71762 - tshepang:typo, r=jonas-schievink
Browse files Browse the repository at this point in the history
doc: this resulted in a link pointing to a non-existent target
  • Loading branch information
Dylan-DPC committed May 1, 2020
2 parents 50f212e + 28f8586 commit f2fddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_ast/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f2fddd3

Please sign in to comment.