about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-01 23:16:38 +0200
committerGitHub <noreply@github.com>2020-05-01 23:16:38 +0200
commit50f212e4d52f2c1328256af255a77db8014f5f65 (patch)
treefadb0e3c07a3e7727f5a2fb864494efcb6786e59
parent05b1991e76ff3e266c176f8b6c97d77fa7554cc2 (diff)
parente0db42b32fa898cfb0b43b7645c98a45ac05c46b (diff)
downloadrust-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.rs2
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::*;