Skip to content

Commit f504e9a

Browse files
committed
Fix comment
1 parent 3708c86 commit f504e9a

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_mir_build/src/thir/pattern

1 file changed

+1
-0
lines changed

compiler/rustc_mir_build/src/thir/pattern/_match.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ impl<'p, 'tcx> Matrix<'p, 'tcx> {
619619
/// +++++++++++++++++++++++++++++
620620
/// + _ + [_, _, tail @ ..] +
621621
/// +++++++++++++++++++++++++++++
622+
/// ```
622623
impl<'p, 'tcx> fmt::Debug for Matrix<'p, 'tcx> {
623624
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
624625
write!(f, "\n")?;

0 commit comments

Comments
 (0)