Samuel Tardieu
|
d5429eab8a
|
Add new redundant_async_block lint
|
2023-03-08 10:48:54 +01: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
|
e674d0a599
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
|
Esteban Kuber
|
652b6a771f
|
update clippy
|
2021-08-11 14:21:33 +00:00 |
|
flip1995
|
a12828a80a
|
Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup
|
2020-09-10 17:47:07 +02:00 |
|