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

Disable textwrap::smawk feature #379

Closed bugadani closed 1 week ago

bugadani commented 1 month ago

The goal of this PR is a tiny bit of dependency pruning by not enabling the default "smawk" feature.

While this changes the default line wrapping behaviour slightly, I hope that is okay, but users can also re-enable optimal fit by adding textwrap to their Cargo.toml