Skip to content

Commit 44fda91

Browse files
committed
Correct version of doc_overindented_list_items
1 parent e6d9641 commit 44fda91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ declare_clippy_lint! {
455455
/// /// and this line is overindented.
456456
/// # fn foo() {}
457457
/// ```
458-
#[clippy::version = "1.80.0"]
458+
#[clippy::version = "1.86.0"]
459459
pub DOC_OVERINDENTED_LIST_ITEMS,
460460
style,
461461
"ensure list items are not overindented"

0 commit comments

Comments
 (0)