rust/clippy_lints
bors 16953cef82 Auto merge of #12830 - blyxyas:more-controlflow, r=y21,xFredNet
Use ControlFlow in more places

Now, instead of manually using variables in visitors to signify that a visit is "done" and that the visitor should stop traversing. We use the trait type "Result" to signify this (in relevant places).

I'll schedule a perf run, I don't think it will be much of a difference, but every bit of performance is welcomed :)

changelog: Improve performance, less memory use in visitors

Fixes #12829
r? `@y21`
2024-07-24 09:48:19 +00:00
..
src Auto merge of #12830 - blyxyas:more-controlflow, r=y21,xFredNet 2024-07-24 09:48:19 +00:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check GitHub.