lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Bugfix/warnings #124

Open john-parton opened 4 years ago

john-parton commented 4 years ago

Fix for https://github.com/lifthrasiir/rust-encoding/issues/123

Most of the fixes were generated by running cargo fix and cargo fix --edition on the current nightly toolchain.

Unresolved

If you rebuild the .rs files using the gen_index.py script, it will generate code that generates warning. I can resolve that in this PR or in another PR.

Let me know if you have any questions.

Thanks!