Skip to content

Commit 33394d2

Browse files
authored
Correct version of doc_overindented_list_items (#14152)
Fix the version of `doc_overindented_list_items`. It actually will be in 1.86.0, not 1.80.0. (rust-lang/rust#136209 has a milestone of 1.86.0) changelog: none
2 parents 4a94ad6 + 44fda91 commit 33394d2

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
@@ -454,7 +454,7 @@ declare_clippy_lint! {
454454
/// /// and this line is overindented.
455455
/// # fn foo() {}
456456
/// ```
457-
#[clippy::version = "1.80.0"]
457+
#[clippy::version = "1.86.0"]
458458
pub DOC_OVERINDENTED_LIST_ITEMS,
459459
style,
460460
"ensure list items are not overindented"

0 commit comments

Comments
 (0)