diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-01 23:16:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 23:16:38 +0200 |
| commit | 50f212e4d52f2c1328256af255a77db8014f5f65 (patch) | |
| tree | fadb0e3c07a3e7727f5a2fb864494efcb6786e59 | |
| parent | 05b1991e76ff3e266c176f8b6c97d77fa7554cc2 (diff) | |
| parent | e0db42b32fa898cfb0b43b7645c98a45ac05c46b (diff) | |
| download | rust-50f212e4d52f2c1328256af255a77db8014f5f65.tar.gz rust-50f212e4d52f2c1328256af255a77db8014f5f65.zip | |
Rollup merge of #71761 - tshepang:missing-target, r=jonas-schievink
doc: reference does not exist, probably a typo
| -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..415d61743c1 100644 --- a/src/librustc_ast/ast.rs +++ b/src/librustc_ast/ast.rs @@ -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::*; |
