Structs§
- AltHead 🔒
- Lint for potential change in program semantics of
if let
s
Enums§
Statics§
- The
if_let_rescope
lint detects cases where a temporary value with significant drop is generated on the right hand side ofif let
and suggests a rewrite intomatch
when possible.