Commit 04f7302
committed
fix(clippy): simplify nonminimal_bool in swift type_bridge
is_enum || (has_serde && !is_enum) reduces to is_enum || has_serde (absorption).
Behavior-identical — generated output unchanged. Greens main CI (clippy 1.96
-D warnings) after the 0.30.14 swift Vec-bridge fix.1 parent 8798806 commit 04f7302
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
0 commit comments