]> git.proxmox.com Git - proxmox.git/commit
clippy fix: deref on an immutable reference
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 8 Aug 2023 08:01:53 +0000 (10:01 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2023 09:29:36 +0000 (11:29 +0200)
commit41b2e491234cda6435fec8f10779ef7936e8039a
treec8a6f140824a9091aa445505b844b3edbf40393d
parenta36769b11a5a00f37a5416f917820955860b3a88
clippy fix: deref on an immutable reference

See:
https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
proxmox-rest-server/src/rest.rs