d1f1844f46
Add option_and_then_some lint changelog: Add complexity lint to warn about `option.and_then(|o| Some(x))` and suggest replacing with `option.map(|o| x)`. Closes #4299 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
d1f1844f46
Add option_and_then_some lint changelog: Add complexity lint to warn about `option.and_then(|o| Some(x))` and suggest replacing with `option.map(|o| x)`. Closes #4299 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |