]> git.proxmox.com Git - proxmox.git/commit
clippy fix: the borrowed expression implements the required traits
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 8 Aug 2023 08:01:39 +0000 (10:01 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2023 09:05:20 +0000 (11:05 +0200)
commitde6337ae6d572e68a2601a3ed943470301861f78
tree1a871d688ed7375cb4d719d03dfedeb210849db6
parentb7a64cd4a2689ba9c9a3a0b01012d1596a064975
clippy fix: the borrowed expression implements the required traits

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

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
proxmox-apt/src/repositories/file.rs
proxmox-apt/src/repositories/repository.rs
proxmox-openid/src/auth_state.rs
proxmox-rest-server/src/worker_task.rs
proxmox-schema/src/ser/mod.rs
proxmox-serde/src/lib.rs
proxmox-subscription/src/check.rs