]> git.proxmox.com Git - ui/proxmox-yew-comp.git/commit
tree wide: allow complex types where necessary
authorShannon Sterz <s.sterz@proxmox.com>
Fri, 27 Dec 2024 14:04:12 +0000 (15:04 +0100)
committerShannon Sterz <s.sterz@proxmox.com>
Tue, 7 Jan 2025 09:08:29 +0000 (10:08 +0100)
commitc0a29829cad238b9e99bb4b8f3d027159acd6fd0
tree718121684de18289bf021d4e5259f675fb3c9f1a
parent16d355d7d86747f24699e0c1e82acd30ba4c4955
tree wide: allow complex types where necessary

to avoid triggering the `type_complexity` clippy lint [1].

[1]: https://rust-lang.github.io/rust-clippy/master/#type_complexity
src/api_load_callback.rs
src/http_stream.rs
src/key_value_grid.rs
src/object_grid.rs
src/submit_value_callback.rs
src/utils.rs