ruff/crates/ruff_python_ast
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
..
src Remove unneeded lifetime bounds (#10213) 2024-03-03 18:12:11 +00:00
tests Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
Cargo.toml Use Rust 1.76 (#9897) 2024-02-08 18:20:08 +00:00