d54f70f1f6
Given a map call like `x.field.map ...` the suggestion will contain: `if let Some(x_field) ...` Given a map call like `x.map ...` the suggestion will contain: `if let Some(_x) ...` Otherwise it will suggest: `if let Some(_) ...` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |