9e54ff2952
Lint `manual_unwrap_or` for it let cases This PR modifies `manual_unwrap_or` to lint for `if let` cases as well. This effort is part of the fixes desired by https://github.com/rust-lang/rust-clippy/issues/12618 changelog:[`manual_unwrap_or`]: Lint for `if let` cases.