proxmox/proxmox-acme-api
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 acme-api: bump to 0.1.7-1 2025-01-15 12:46:13 +01:00
src rest-server/router: ignore type complexity clippy lint 2025-03-06 15:25:24 +01:00
Cargo.toml acme-api: bump to 0.1.7-1 2025-01-15 12:46:13 +01:00