We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8f994 + 9f2e8ad commit 1db7dc4Copy full SHA for 1db7dc4
src/librustc_ast/ast.rs
@@ -5,7 +5,7 @@
5
//! additional metadata), and [`ItemKind`] (which represents a concrete type and contains
6
//! information specific to the type of the item).
7
//!
8
-//! Other module items that worth mentioning:
+//! Other module items worth mentioning:
9
//! - [`Ty`] and [`TyKind`]: A parsed Rust type.
10
//! - [`Expr`] and [`ExprKind`]: A parsed Rust expression.
11
//! - [`Pat`] and [`PatKind`]: A parsed Rust pattern. Patterns are often dual to expressions.
0 commit comments