fix version attribute for arbitrary_source_item_ordering lint (#13819)

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
This commit is contained in:
Timo 2024-12-12 12:29:54 +00:00 committed by GitHub
commit f2aed50873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"