Files
ruff/crates/ruff_python_ast/src
Micha Reiser db25a563f7 Remove unneeded lifetime bounds (#10213)
## 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`
2024-03-03 18:12:11 +00:00
..
2024-03-03 16:54:24 +01:00
2024-01-08 18:03:16 +01:00
2023-08-07 16:04:50 +00:00