Skip to content

Commit 35f4b92

Browse files
committed
fix version attribute for arbitrary_source_item_ordering lint
1 parent c2d23ad commit 35f4b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/arbitrary_source_item_ordering.rs

Lines changed: 1 addition & 1 deletion
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)