console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.23k stars 240 forks source link

Fix unicode-width feature spelling #456

Closed djc closed 1 year ago

djc commented 1 year ago

Misspelled the feature with an underscore instead of dash while refactoring in https://github.com/console-rs/indicatif/commit/d7851c7a467313571d71133b1729af9c5dd3b2ae.

(This feature is actually enabled by default now.)

Fixes #455.