diff options
| author | Yutaro Ohno <yutaro.ono.418@gmail.com> | 2025-02-05 19:16:50 +0900 |
|---|---|---|
| committer | Yutaro Ohno <yutaro.ono.418@gmail.com> | 2025-02-05 19:16:50 +0900 |
| commit | 44fda914d3c9f448765283a80d1e19793c4e7e1b (patch) | |
| tree | bafdd580c9837c77598a9eac3d696ce83f895c8f | |
| parent | e6d96412723a9d8187931116df08581de70f0bc9 (diff) | |
| download | rust-44fda914d3c9f448765283a80d1e19793c4e7e1b.tar.gz rust-44fda914d3c9f448765283a80d1e19793c4e7e1b.zip | |
Correct version of `doc_overindented_list_items`
| -rw-r--r-- | clippy_lints/src/doc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/doc/mod.rs b/clippy_lints/src/doc/mod.rs index 15530c3dbc5..fce46537793 100644 --- a/clippy_lints/src/doc/mod.rs +++ b/clippy_lints/src/doc/mod.rs @@ -455,7 +455,7 @@ declare_clippy_lint! { /// /// and this line is overindented. /// # fn foo() {} /// ``` - #[clippy::version = "1.80.0"] + #[clippy::version = "1.86.0"] pub DOC_OVERINDENTED_LIST_ITEMS, style, "ensure list items are not overindented" |
