fix comment in downstacking.rs that was being treated as a doctest

This commit is contained in:
tali 2023-04-13 20:18:00 -04:00
parent da6885466c
commit 04197d4256
1 changed files with 6 additions and 6 deletions

View File

@ -48,12 +48,12 @@ pub fn mystery_mdse(init_mat: &Mat) -> i32 {
///
/// Consider the following stack:
///
/// + 0123456789
/// 4 .x.......x
/// 3 .x......xx
/// 2 xxx...xxxx
/// 1 xxxxxxxx.x
/// 0 xx..xxxxxx
/// + 0123456789
/// 4 .x.......x
/// 3 .x......xx
/// 2 xxx...xxxx
/// 1 xxxxxxxx.x
/// 0 xx..xxxxxx
///
/// Given this stack, `residue` returns the range `2..4`. The hole found is in row 1
/// column 8, and there are two rows of residue above it. Note that the hole in row 0