j4rs icon indicating copy to clipboard operation
j4rs copied to clipboard

Resolve more clippy lints

Open rukai opened this issue 1 year ago • 0 comments

This PR is a continuation of https://github.com/astonbitecode/j4rs/pull/117 Now that all the automatically --fixable lints are resolved, in this PR I manually fixed a bunch of lints. I've left a few lints unfixed that seemed possibly controversial, everything in this PR should be clear improvements.

For reasoning behind the ToString -> Display changes see: https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl

rukai avatar Oct 31 '24 03:10 rukai