Skip to content

Commit

Permalink
Rollup merge of #71761 - tshepang:missing-target, r=jonas-schievink
Browse files Browse the repository at this point in the history
doc: reference does not exist, probably a typo
  • Loading branch information
Dylan-DPC authored May 1, 2020
2 parents 05b1991 + e0db42b commit 50f212e
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 @@ -16,7 +16,7 @@
//! - [`Lit`] and [`LitKind`]: Literal expressions.
//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimeter`]: Macro definition and invocation.
//! - [`Attribute`]: Metadata associated with item.
//! - [`UnOp`], [`UnOpKind`], [`BinOp`], [`BinOpKind`]: Unary and binary operators.
//! - [`UnOp`], [`BinOp`], and [`BinOpKind`]: Unary and binary operators.
pub use crate::util::parser::ExprPrecedence;
pub use GenericArgs::*;
Expand Down

0 comments on commit 50f212e

Please sign in to comment.