Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(report): Don't bother stripping ANSI escape codes
`cargo report` calls `Shell::print_ansi_stdout`. Previously, it didn't always strip the colors when needed (e.g. `Write` is used). Now it does, so don't need to special case this when generating the report.
- Loading branch information