fix(rust): update config

This commit is contained in:
2026-02-26 02:42:36 +01:00
parent be185efd5d
commit a7969c900b
2 changed files with 5 additions and 19 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
check-private-items = true
trait-assoc-item-kinds-order = ["const", "type", "fn"]
module-item-order-groupings = [
["modules", ["extern_crate", "mod", "foreign_mod"]],
@@ -9,6 +8,6 @@ module-item-order-groupings = [
["functions", ["fn"]],
["implementations", ["impl"]],
]
module-items-ordered-within-groupings = "all"
missing-docs-allow-unused = true
allow-unwrap-in-tests = true
allow-panic-in-tests = true