rustc_lint

Module if_let_rescope

source

Structsยง

Enumsยง

Staticsยง

  • The if_let_rescope lint detects cases where a temporary value with significant drop is generated on the right hand side of if let and suggests a rewrite into match when possible.

Functionsยง