about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNadrieril <nadrieril+git@gmail.com>2020-10-17 20:11:30 +0100
committerNadrieril <nadrieril+git@gmail.com>2020-10-18 14:21:20 +0100
commitf504e9a42500db67d3c22b07f90df4d6ebc41758 (patch)
tree53b9f686db0f72ba9fd796ede4cd57fcbc72ea1c
parent3708c86de1a77d47f53fd376659184a64f3ce706 (diff)
downloadrust-f504e9a42500db67d3c22b07f90df4d6ebc41758.tar.gz
rust-f504e9a42500db67d3c22b07f90df4d6ebc41758.zip
Fix comment
-rw-r--r--compiler/rustc_mir_build/src/thir/pattern/_match.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_mir_build/src/thir/pattern/_match.rs b/compiler/rustc_mir_build/src/thir/pattern/_match.rs
index ac5e114d45b..7124cad513e 100644
--- a/compiler/rustc_mir_build/src/thir/pattern/_match.rs
+++ b/compiler/rustc_mir_build/src/thir/pattern/_match.rs
@@ -619,6 +619,7 @@ impl<'p, 'tcx> Matrix<'p, 'tcx> {
 /// +++++++++++++++++++++++++++++
 /// + _     + [_, _, tail @ ..] +
 /// +++++++++++++++++++++++++++++
+/// ```
 impl<'p, 'tcx> fmt::Debug for Matrix<'p, 'tcx> {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         write!(f, "\n")?;