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>