Skip to content

Commit 837f345

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

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
@@ -76,9 +76,6 @@ terminal_size = "0.4.3"
7676
text-block-macros = "0.2.0"
7777
zero-copy-pads = "0.2.0"
7878

79-
[lints.rust]
80-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pdu_test_skip_fs_errors)'] }
81-
8279
[dev-dependencies]
8380
build-fs-tree = "0.8.1"
8481
command-extra = "1.0.0"
@@ -87,3 +84,6 @@ maplit = "1.0.2"
8784
normalize-path = "0.2.1"
8885
pretty_assertions = "1.4.1"
8986
rand = "0.10.0"
87+
88+
[lints.rust]
89+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pdu_test_skip_fs_errors)'] }

0 commit comments

Comments
 (0)