Skip to content

Commit 819cbfe

Browse files
committed
contast -> contrast
1 parent 5015fa3 commit 819cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3800,7 +3800,7 @@ impl<'a> Parser<'a> {
38003800
}
38013801

38023802
/// A wrapper around `parse_pat` with some special error handling for the
3803-
/// "top-level" patterns in a match arm, `for` loop, `let`, &c. (in contast
3803+
/// "top-level" patterns in a match arm, `for` loop, `let`, &c. (in contrast
38043804
/// to subpatterns within such).
38053805
pub fn parse_top_level_pat(&mut self) -> PResult<'a, P<Pat>> {
38063806
let pat = self.parse_pat()?;

0 commit comments

Comments
 (0)