proxmox/proxmox-rest-server
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 rest-server: bump to 0.8.7-1 2025-03-04 15:54:19 +01:00
examples rest-server/router: ignore type complexity clippy lint 2025-03-06 15:25:24 +01:00
src tree-wide: remove clone calls on types that are Copy 2025-03-06 15:12:16 +01:00
Cargo.toml rest-server: bump to 0.8.7-1 2025-03-04 15:54:19 +01:00