Skip to content

Commit f2aed50

Browse files
authored
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
2 parents c2d23ad + 35f4b92 commit f2aed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/arbitrary_source_item_ordering.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ declare_clippy_lint! {
126126
///
127127
/// [cargo-pgo]: https://github.com/Kobzol/cargo-pgo/blob/main/README.md
128128
///
129-
#[clippy::version = "1.82.0"]
129+
#[clippy::version = "1.84.0"]
130130
pub ARBITRARY_SOURCE_ITEM_ORDERING,
131131
restriction,
132132
"arbitrary source item ordering"

0 commit comments

Comments
 (0)