zkat / miette

Fancy extension for std::error::Error with pretty, detailed diagnostic printing.
https://docs.rs/miette
Apache License 2.0
1.85k stars 106 forks source link

fix: setting NO_COLOR should not print ansi codes for non-terminals #381

Closed Boshen closed 3 weeks ago

Boshen commented 3 weeks ago

closes #380

Boshen commented 3 weeks ago

Rust version bumped from 1.77.2 to 1.78.0 in CI, do you want me to make a fixing PR?

zkat commented 3 weeks ago

The CI failures don't have anything to do with your changes, so I'm just gonna merge this. Thanks a lot!