brendanzab / codespan

Beautiful diagnostic reporting for text-based programming languages.
Apache License 2.0
1.1k stars 59 forks source link

Unicode block-drawing support #362

Closed Jake-Shadle closed 4 months ago

Jake-Shadle commented 4 months ago

I ran across https://github.com/rust-lang/rust/pull/126597 just now and found that I like the use of Unicode characters more visually pleasing than ASCII and want to add this to cargo-deny. I'd be willing to do the implementation of this if has a hope of getting merged, but I'm kind of worried about that given the number of open PRs and overall activity on the repo.

Jake-Shadle commented 4 months ago

...this is already implemented and the default, never mind me...