Skip to content

Commit 0de4461

Browse files
committed
style(cargo): move [lints.rust] section after [dev-dependencies]
https://claude.ai/code/session_01Ki7wbrgQXWs2GXf8h2hybQ
1 parent 934f1f9 commit 0de4461

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ terminal_size = "0.4.3"
8383
text-block-macros = "0.2.0"
8484
zero-copy-pads = "0.2.0"
8585

86-
[lints.rust]
87-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pdu_test_skip_fs_errors)'] }
88-
8986
[dev-dependencies]
9087
build-fs-tree = "0.8.1"
9188
command-extra = "1.0.0"
@@ -94,3 +91,6 @@ maplit = "1.0.2"
9491
normalize-path = "0.2.1"
9592
pretty_assertions = "1.4.1"
9693
rand = "0.10.0"
94+
95+
[lints.rust]
96+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pdu_test_skip_fs_errors)'] }

0 commit comments

Comments
 (0)