anstream::println!()
shows output during tests
#88
Labels
C-bug
Category: Things not working as expected
anstream::println!()
shows output during tests
#88
When running
anstream::println!("should this show?");
in a unit test, I would have thought that no output would show on stdout unless running the test viacargo test -- --nocapture
but it shows regardless of the no capture flag. I'm pretty new to rust so I may be missing something obvious. Thanks!The text was updated successfully, but these errors were encountered: