noritada / grib-rs

GRIB format parser for Rust
Apache License 2.0
57 stars 9 forks source link

Clean up superfluous `use` statements #45

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR cleans up superfluous use statements, mostly using rustfmt options. The rules are described as settings for rustfmt, so they will apply to future coding.