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:
commit
f2aed50873
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue