Clippy raising warnings on all my tests because... I did not document that the function could panic.
... Yeah? That's the dirting goal?
#[allow] or expect that lint on the tests module though, at least
allow directive on all imports 

flori_ava_star:~
🔜@DS26
@star@amazonawaws.comtest enabled and one without? i forget if cargo clippy has test on by default


flori_ava_star:~
🔜@DS26
@star@amazonawaws.comcfg_attr(test, ...) only applies for things compiled under the test environment, such as test modules marked #[cfg(test)], or tests themselves; ...if I am not mistaken


flori_ava_star:~
🔜@DS26
@star@amazonawaws.com