Closed simonsan closed 8 months ago
It seems like this doesn't actually handle the case of RUST_LOG
being set but empty anymore, although I'm not sure that's actually important.
I'm also kind of surprised that clippy
doesn't complain about the the use of unwrap_or
over unwrap_or_else
and it unconditionally allocating the "info"
string regardless of if it's needed. But if it's fine with it, so am I.
Closes https://github.com/iqlusioninc/abscissa/issues/862