Skip to content

Commit

Permalink
Correct version of doc_overindented_list_items (#14152)
Browse files Browse the repository at this point in the history
Fix the version of `doc_overindented_list_items`. It actually will be in
1.86.0, not 1.80.0.
(#136209 has a milestone of
1.86.0)

changelog: none
  • Loading branch information
llogiq authored Feb 7, 2025
2 parents 4a94ad6 + 44fda91 commit 33394d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/doc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,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"
Expand Down

0 comments on commit 33394d2

Please sign in to comment.