fix comment in downstacking.rs that was being treated as a doctest
This commit is contained in:
parent
da6885466c
commit
04197d4256
|
@ -48,12 +48,12 @@ pub fn mystery_mdse(init_mat: &Mat) -> i32 {
|
||||||
///
|
///
|
||||||
/// Consider the following stack:
|
/// Consider the following stack:
|
||||||
///
|
///
|
||||||
/// + 0123456789
|
/// + 0123456789
|
||||||
/// 4 .x.......x
|
/// 4 .x.......x
|
||||||
/// 3 .x......xx
|
/// 3 .x......xx
|
||||||
/// 2 xxx...xxxx
|
/// 2 xxx...xxxx
|
||||||
/// 1 xxxxxxxx.x
|
/// 1 xxxxxxxx.x
|
||||||
/// 0 xx..xxxxxx
|
/// 0 xx..xxxxxx
|
||||||
///
|
///
|
||||||
/// Given this stack, `residue` returns the range `2..4`. The hole found is in row 1
|
/// 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
|
/// column 8, and there are two rows of residue above it. Note that the hole in row 0
|
||||||
|
|
Loading…
Reference in New Issue