Project

General

Profile

« Previous | Next » 

Revision fead7107

Added by alanwu (Alan Wu) about 3 years ago

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
Co-authored-by: Maxime Chevalier-Boisvert