mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 18:57:40 +00:00
![]() 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> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |