YJIT: Adopt Clippy suggestions we like
This adopts most suggestions that rust-clippy is confident enough to auto apply. The manual changes mostly fix manual if-lets and take opportunities to use the Default trait on standard collections.
Default
Co-authored-by: Kevin Newton [email protected] Co-authored-by: Maxime Chevalier-Boisvert [email protected]
YJIT: Adopt Clippy suggestions we like
This adopts most suggestions that rust-clippy is confident enough to
auto apply. The manual changes mostly fix manual if-lets and take
opportunities to use the
Default
trait on standard collections.Co-authored-by: Kevin Newton [email protected]
Co-authored-by: Maxime Chevalier-Boisvert [email protected]