mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-25 06:03:16 +00:00
9897442f27
Ignore non-const ctor expressions in or_fn_call Fixes https://github.com/rust-lang/rust-clippy/issues/1338 Should have been fixed by #919, however that focuses on const ctor expressions only, and `.or(Some(local))` isn't const. This also automatically ignores things like `.or(Some(local.clone())` which we don't actually want to do; I need to figure out what to do here. changelog: Fixed false positive in [`or_fn_call`] pertaining to enum variant constructors r? @oli-obk @phansch |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |