science-computing / butido

Build Linux packages using Docker containers
Eclipse Public License 2.0
22 stars 8 forks source link

Fix all clippy and rustc warnings (beta toolchain version 0.1.78) #367

Closed primeos-work closed 7 months ago

primeos-work commented 7 months ago

The beta toolchain (1.78) now has improved detection of unused/dead code, notices redundant imports, checks for MSRV compatibility, and has a new unnecessary_get_then_check lint. This resolves all new warnings/errors to make CI green again.