]> git.proxmox.com Git - ui/proxmox-yew-comp.git/commit
tree wide: remove borrows that will be dereferenced immediately
authorShannon Sterz <s.sterz@proxmox.com>
Fri, 27 Dec 2024 09:36:02 +0000 (10:36 +0100)
committerShannon Sterz <s.sterz@proxmox.com>
Tue, 7 Jan 2025 09:08:29 +0000 (10:08 +0100)
commita331a514b19c80e83aade494c1079a59ed1695f2
tree7c09b9d148e8dd3f596999c73e66e96f169f0e7c
parent89b6775fb386e66475411af0c19221ff2aab314f
tree wide: remove borrows that will be dereferenced immediately

this fixes the clippy lint `needless_borrow` [1].

[1]: https://rust-lang.github.io/rust-clippy/master/#needless_borrow
src/acme/acme_domains.rs
src/bandwidth_selector.rs
src/http_client_wasm.rs
src/loadable_component.rs
src/object_grid.rs
src/tfa/tfa_add_recovery.rs
src/wizard.rs