ci(concurrency): inherit workspace lint policy (#5420)

This commit is contained in:
Zhengchao An
2026-07-29 16:40:56 +08:00
committed by GitHub
parent b65210b1db
commit 453e3d0faa
+3
View File
@@ -10,6 +10,9 @@ description = "Shared concurrency contract types for RustFS - workload admission
keywords = ["rustfs", "concurrency", "admission", "backpressure", "workers"]
categories = ["concurrency", "filesystem"]
[lints]
workspace = true
[dependencies]
# Internal crates
rustfs-io-core = { workspace = true }