Closed mulimoen closed 3 years ago
This PR consists mostly of fixes for clippy lints to make the code a bit more rusty.
Two other larger changes are in the GribInt trait and postfix on CliError to comply with the clippy lints.
GribInt
CliError
This PR also fixes a bug with potentially unused IO which could cause issues in the future.
The build failure on windows was fixed upstreams, which makes CI green for all platforms
windows
Thank you very much for many cleanups!! I will review it.
This PR consists mostly of fixes for clippy lints to make the code a bit more rusty.
Two other larger changes are in the
GribInt
trait and postfix onCliError
to comply with the clippy lints.This PR also fixes a bug with potentially unused IO which could cause issues in the future.