]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commit
navigation_drawer: use if-let instead of map to avoid unit-closure map
authorShannon Sterz <s.sterz@proxmox.com>
Fri, 3 Jan 2025 12:24:20 +0000 (13:24 +0100)
committerShannon Sterz <s.sterz@proxmox.com>
Fri, 3 Jan 2025 15:46:35 +0000 (16:46 +0100)
commit6a660988fe4d2e8f77c6f8f9c0fcac720f34d030
tree40ffb4587a2f7ff8df75683850a460f06d360995
parent7c8a26c44acd0148ecadc2aea7d781807725cfb3
navigation_drawer: use if-let instead of map to avoid unit-closure map

an if-let statement is more clear and simplifies the code here quite a
bit. also fixes the clippy lint `option_map_unit_fn` [1].

[1]:
https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn
src/widget/nav/navigation_drawer.rs