[router][lint] Add unused_qualifications to cargo lint warnings (#11366)

This commit is contained in:
Chang Su
2025-10-08 22:17:11 -07:00
committed by GitHub
parent 84768d1017
commit a0557642ea
6 changed files with 30 additions and 31 deletions

View File

@@ -8,6 +8,9 @@ default = ["grpc-client"]
grpc-client = []
grpc-server = []
[lints.rust]
unused_qualifications = "warn"
[lib]
name = "sglang_router_rs"
# Pure Rust library: Just omit crate-type (defaults to rlib)