rust-pretty-assertions icon indicating copy to clipboard operation
rust-pretty-assertions copied to clipboard

Do not use color on e.g. dumb and vt100 terminals

Open bbarker opened this issue 2 years ago • 0 comments

I realize that obviates the purpose of this crate, but running code using this in settings where we have terminals without color support is a possibility. I briefly looked into modifying the macros to call std::assert_eq in such a case, but there's at least one reason why that seems a bad idea - we have the option of using no_std in this crate.

bbarker avatar Nov 22 '23 13:11 bbarker