Skip to content

Commit 37789c4

Browse files
Centrilllogiq
andauthored
Update src/librustc/hir/mod.rs
Co-Authored-By: llogiq <[email protected]>
1 parent bb832c2 commit 37789c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ pub struct Arm {
12331233
pub pats: HirVec<P<Pat>>,
12341234
/// Optional guard clause.
12351235
pub guard: Option<Guard>,
1236-
/// The action to take if this arm matches.
1236+
/// The expression the arm evaluates to if this arm matches.
12371237
pub body: P<Expr>,
12381238
}
12391239

0 commit comments

Comments
 (0)