This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 9541ce1
authored
Rollup merge of rust-lang#136664 - WaffleLapkin:un-map_or-true, r=compiler-errors
replace one `.map_or(true, ...)` with `.is_none_or(...)`
Randomly found while going through some of my old branches.File tree
1 file changed
+1
-1
lines changed- compiler/rustc_next_trait_solver/src/solve/eval_ctxt
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments