WIP: Track down bugs with longest_row on wrap map

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-11-17 19:45:56 -07:00
parent c5956a0363
commit 213aa36e1c
5 changed files with 216 additions and 25 deletions

View file

@ -5,6 +5,7 @@ use std::marker::PhantomData;
#[cfg(test)]
#[ctor::ctor]
fn init_logger() {
// std::env::set_var("RUST_LOG", "info");
env_logger::init();
}