We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91d648 commit e0db42bCopy full SHA for e0db42b
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