rust/compiler/rustc_expand
León Orell Valerian Liehr 8e606a6928
Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors
Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`

Requested by `@fmease` in https://github.com/rust-lang/rust/pull/118226#pullrequestreview-1747432292.

There is also a much larger number of `option.map_or(false, cond)` that can be changed separately if someone wants.

r? fmease
2023-11-25 10:21:06 +01:00
..
src Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors 2023-11-25 10:21:06 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Mention the syntax for use on mod foo; if foo doesn't exist 2023-10-21 15:56:01 +00:00