mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-05 14:52:51 +00:00
![]() Fixes the needless_option_as_deref clippy lint: ``` warning: derefed type is same as origin --> proxmox-backup-client/src/main.rs:1154:21 | 1154 | payload_target.as_ref().as_deref(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `payload_target.as_ref()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_option_as_deref = note: `#[warn(clippy::needless_option_as_deref)]` on by default ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |