pjstein
Results
1
comments of
pjstein
Hey @Nsandomeno, I ran into this as well and found that I could work around it by guarding the calls to `eprintln!`. Borrowed the `run_guarded` function from [here](https://github.com/andrewhickman/logging-allocator/blob/master/src/lib.rs#L42-L57) and wrapped...