Matthias Krüger
b7c2ba71c8
Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot
...
`single_use_lifetimes`: Don't suggest deleting lifetimes with bounds
Closes #117965
```
9 | pub fn get<'b: 'a>(&'b self) -> &'a str {
| ^^ -- ...is used only here
| |
| this lifetime...
```
In this example, I think the `&'b self` can be replaced with the bound itself, yielding `&'a self`, but this would require a deeper refactor. Happy to do as a follow-on PR if desired.
2024-01-20 09:37:28 +01:00
..
2024-01-16 21:15:31 +01:00
2023-12-05 17:52:51 -08:00
2024-01-20 00:56:53 +00:00
2024-01-19 02:36:13 +00:00
2024-01-13 20:06:03 +00:00
2024-01-17 03:14:16 +01:00
2024-01-13 12:11:13 -05:00
2024-01-19 19:27:03 +01:00
2024-01-13 12:11:13 -05:00
2024-01-19 19:27:00 +01:00
2024-01-10 07:33:06 +11:00
2024-01-19 10:52:01 +01:00
2024-01-17 07:33:52 +00:00
2024-01-20 04:57:51 +00:00
2024-01-19 04:43:17 +00:00
2024-01-15 09:16:14 +11:00
2024-01-19 20:38:51 +00:00
2024-01-14 14:04:25 +11:00
2024-01-19 16:26:37 +00:00
2024-01-19 21:13:11 +00:00
2024-01-07 16:53:32 +03:00
2024-01-19 02:36:13 +00:00
2024-01-19 23:37:39 +00:00
2024-01-17 03:14:16 +01:00
2024-01-20 09:37:26 +01:00
2024-01-16 23:49:38 +00:00
2024-01-06 11:54:15 +00:00
2024-01-19 15:38:47 +00:00
2024-01-20 09:37:26 +01:00
2024-01-19 19:27:00 +01:00
2024-01-12 16:19:37 +11:00
2024-01-18 10:34:18 +01:00
2024-01-09 13:23:15 +01:00
2024-01-12 18:23:04 +08:00
2024-01-14 14:04:25 +11:00
2024-01-19 19:27:00 +01:00
2024-01-20 04:57:51 +00:00
2024-01-19 19:27:02 +01:00
2024-01-17 20:21:19 +01:00
2024-01-17 20:21:19 +01:00
2024-01-17 10:02:29 +00:00
2023-12-28 16:35:01 +00:00
2024-01-19 08:15:03 +01:00
2024-01-08 19:41:01 +01:00
2024-01-19 08:15:05 +01:00
2024-01-19 19:27:00 +01:00
2023-12-24 08:05:28 +11:00
2024-01-13 16:32:03 +01:00
2024-01-19 02:36:13 +00:00
2024-01-20 02:30:58 +04:00
2024-01-19 19:26:59 +01:00
2024-01-18 20:56:19 +01:00
2024-01-18 10:34:17 +01:00
2024-01-19 20:38:51 +00:00
2024-01-10 07:40:00 +11:00
2024-01-19 11:09:30 +01:00
2024-01-20 09:37:26 +01:00
2024-01-17 21:27:34 -05:00
2024-01-09 16:09:30 +00:00
2024-01-16 17:55:23 +01:00
2024-01-19 15:38:47 +00:00
2024-01-19 16:37:50 +00:00