Files
rust/tests/ui
Yutaro Ohno 4693d0a9ff Add new lint doc_overindented_list_items
Add a new lint `doc_overindented_list_items` to detect and fix list items
in docs that are overindented.

For example,

```rs
/// - first line
///      second line
fn foo() {}
```

this would be fixed to:

```rs
/// - first line
///   second line
fn foo() {}
```

This lint improves readabiliy and consistency in doc.
2025-01-28 16:22:28 +09:00
..
2024-12-13 00:04:56 +00:00
2024-12-13 00:04:56 +00:00
2025-01-25 18:42:43 +01:00
2024-10-08 10:58:49 -04:00
2024-10-08 10:58:49 -04:00
2024-12-15 20:36:47 +01:00
2024-05-08 21:37:55 +02:00
2024-05-08 21:37:55 +02:00
2024-05-08 21:37:55 +02:00
2024-11-22 14:57:20 +01:00
2024-04-27 10:54:35 +03:00
2024-07-04 22:31:53 +02:00
2024-07-04 21:27:52 +02:00
2024-07-04 22:31:53 +02:00
2024-10-05 00:19:43 +00:00
2024-10-05 00:19:43 +00:00
2024-10-05 00:19:43 +00:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2024-12-13 00:04:56 +00:00
2025-01-10 18:26:01 +01:00
2025-01-10 18:26:01 +01:00
2025-01-10 18:26:01 +01:00
2025-01-15 13:15:35 +09:00
2025-01-15 13:15:35 +09:00
2025-01-15 13:15:35 +09:00
2024-04-27 10:54:35 +03:00
2025-01-06 17:35:55 +01:00
2024-12-12 23:36:27 +00:00
2024-04-24 13:12:33 +01:00
2024-06-13 12:24:31 +02:00
2024-06-13 12:24:31 +02:00
2024-04-24 13:12:33 +01:00
2024-12-12 23:36:27 +00:00
2024-12-13 00:04:56 +00:00
2024-12-08 22:45:01 +01:00
2025-01-25 18:43:07 +01:00
2024-09-01 12:38:59 +02:00
2024-06-09 07:47:42 +01:00