proxmox/proxmox-router
Shannon Sterz f9dd576783 router: ignore clippy lint missing_transmute_annotations
the `ApiHandler`'s `PartialEq` implementation makes heavy use of
`transmute`. clippy wants the types to be explicitly stated here and
not inferred, to avoid potential undefined behaviour if an unexpected
type is inferred. however, the types that would be inferred here are
so complex, that the code would become illegible anyway, so ignore
this lint for now.

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

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 router: ignore clippy lint missing_transmute_annotations 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