mirror of https://github.com/astral-sh/ruff
## Summary This PR removes the unneeded lifetime `'b` from many of our `Visitor` implementations. The lifetime is unneeded because it is only constraint by `'a`, so we can use `'a` directly. ## Test Plan `cargo build` |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||