We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05b1991 + e0db42b commit 50f212eCopy full SHA for 50f212e
src/librustc_ast/ast.rs
@@ -16,7 +16,7 @@
16
//! - [`Lit`] and [`LitKind`]: Literal expressions.
17
//! - [`MacroDef`], [`MacStmtStyle`], [`MacCall`], [`MacDelimeter`]: Macro definition and invocation.
18
//! - [`Attribute`]: Metadata associated with item.
19
-//! - [`UnOp`], [`UnOpKind`], [`BinOp`], [`BinOpKind`]: Unary and binary operators.
+//! - [`UnOp`], [`BinOp`], and [`BinOpKind`]: Unary and binary operators.
20
21
pub use crate::util::parser::ExprPrecedence;
22
pub use GenericArgs::*;
0 commit comments