rust/clippy_lints
bors 9897442f27 Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk
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
2019-04-23 18:24:10 +00:00
..
src Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk 2019-04-23 18:24:10 +00:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.