about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-05-01 20:25:50 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-05-01 20:25:50 +0200
commite0db42b32fa898cfb0b43b7645c98a45ac05c46b (patch)
tree2d65cb3335192dd2685ea341ee3c8e0250814c1c
parenta91d64873f5b8daa43f0e82dedad7e2bc39e8fba (diff)
downloadrust-e0db42b32fa898cfb0b43b7645c98a45ac05c46b.tar.gz
rust-e0db42b32fa898cfb0b43b7645c98a45ac05c46b.zip
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::*;