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-02-26 15:35:20 +00:00
2024-02-09 02:53:13 +00:00
2024-03-03 16:54:24 +01:00
2024-02-26 15:35:20 +00:00
2023-12-07 16:39:13 +00:00
2024-03-03 18:12:11 +00:00
2023-11-16 18:12:46 -05:00
2024-01-08 18:03:16 +01:00
2023-09-28 20:38:06 +00:00
2023-11-29 00:32:35 +00:00
2024-02-28 19:21:06 +00:00
2024-02-26 15:35:20 +00:00
2023-10-19 09:24:11 +00:00
2023-12-07 10:28:05 -06:00
2023-08-14 13:39:44 -04:00
2024-01-03 12:30:25 -05:00
2024-02-02 09:57:39 -05:00
2024-01-14 11:00:59 -05:00
2023-08-07 16:04:50 +00:00
2024-02-26 15:35:20 +00:00
2023-12-30 14:48:45 -05:00