Skip to content

Commit

Permalink
fix version attribute for arbitrary_source_item_ordering lint (#13819)
Browse files Browse the repository at this point in the history
fix #13818

The `arbitrary_source_item_ordering` lint does not exist in v1.82.0, so
I think it needs to be fixed.

changelog: [`arbitrary_source_item_ordering`]: corrected available
version information for this lint
  • Loading branch information
y21 authored Dec 12, 2024
2 parents c2d23ad + 35f4b92 commit f2aed50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/arbitrary_source_item_ordering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ declare_clippy_lint! {
///
/// [cargo-pgo]: https://github.com/Kobzol/cargo-pgo/blob/main/README.md
///
#[clippy::version = "1.82.0"]
#[clippy::version = "1.84.0"]
pub ARBITRARY_SOURCE_ITEM_ORDERING,
restriction,
"arbitrary source item ordering"
Expand Down

0 comments on commit f2aed50

Please sign in to comment.