Urgau
|
a86e758228
|
Adjust clippy tests with new rustc help suggestion for lints
|
2023-09-04 14:22:02 +02:00 |
|
Philipp Krones
|
cc61aeea54
|
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
|
2023-08-24 21:32:12 +02:00 |
|
Philipp Krones
|
d6d530fd0b
|
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
Esteban Küber
|
315bb10405
|
Account for multiple multiline spans with empty padding
Instead of
```
LL | fn oom(
| __^
| | _|
| ||
LL | || ) {
| ||_-
LL | | }
| |__^
```
emit
```
LL | // fn oom(
LL | || ) {
| ||_-
LL | | }
| |__^
```
|
2022-12-29 09:13:40 -08:00 |
|
Esteban Küber
|
fc108d4b61
|
fix clippy tests
|
2022-11-28 00:41:31 -08:00 |
|
flip1995
|
a12828a80a
|
Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup
|
2020-09-10 17:47:07 +02:00 |
|
Philipp Hansch
|
9a52d52068
|
result_map_unit_fn: Fix incorrect UI tests
`x` and the `HasResult` struct were missing in this file.
|
2020-04-13 15:26:53 +02:00 |
|
Mark Rousskov
|
69f99e74ac
|
Update tests for revert of never type stabilization
|
2019-12-14 08:40:43 -05:00 |
|
flip1995
|
3c308b86c8
|
Remove never_type feature
Stablized in rust-lang/rust#65355
|
2019-11-22 13:47:33 +01:00 |
|
Manish Goregaokar
|
24c283ea12
|
option_map_unit_fn: Split into fixable/unfixable
|
2019-09-25 14:45:18 -07:00 |
|