Skip to content

Commit

Permalink
Update src/librustc/hir/mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: llogiq <[email protected]>
  • Loading branch information
Centril and llogiq authored Mar 19, 2019
1 parent bb832c2 commit 37789c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/hir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ pub struct Arm {
pub pats: HirVec<P<Pat>>,
/// Optional guard clause.
pub guard: Option<Guard>,
/// The action to take if this arm matches.
/// The expression the arm evaluates to if this arm matches.
pub body: P<Expr>,
}

Expand Down

0 comments on commit 37789c4

Please sign in to comment.