Ballasi / num2words

Convert numbers like 42 to forty-two
https://crates.io/crates/num2words
Apache License 2.0
17 stars 9 forks source link

A number of clippy lints all over the code #16

Closed pavloslav closed 11 months ago

pavloslav commented 11 months ago

Nothing serious, really, but some places can really be better with fixing those lints, like

warning: `to_string` applied to a type that implements `Display` in `eprintln!` args
   --> src/bin/bin.rs:120:51
    |
120 |             Err(err) => eprintln!("Error: {}", err.to_string()),
    |                                                   ^^^^^^^^^^^^ help: remove this

if it still is there, will get to it after adding Ukrainian