proxmox/proxmox-router
Shannon Sterz 59898d0177 rest-server/router: ignore type complexity clippy lint
the `type_complexity` clippy lint [1] is intended to make the code
more legible in most cases. however, the lint triggers on a member of
a private enum, an example minimal rest server and a private static
variable here. so the benefits of declaring a new type that would
encapsulate this complexity is minimal. hence, ignore the warnings for
now.

[1]:
https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
2025-03-06 15:25:24 +01:00
..
debian router: bump to 3.1.0-1 2025-03-04 15:54:19 +01:00
src rest-server/router: ignore type complexity clippy lint 2025-03-06 15:25:24 +01:00
tests router: test: sort object schema properties 2025-01-14 10:34:29 +01:00
Cargo.toml router: bump to 3.1.0-1 2025-03-04 15:54:19 +01:00