Commit aca9551
authored
Rollup merge of #127366 - oli-obk:falliblevisitor, r=compiler-errors
Use `ControlFlow` results for visitors that are only looking for a single value
These visitors all had a `Option<Value>` or `bool` field, that, once set, was never unset or modified again. They have been refactored by removing the field and returning `ControlFlow` directly from the visitorFile tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments