mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-05 09:17:59 +03:00
81635877e2
Fixes the manual_inspect clippy lint: ``` warning: using `map_err` over `inspect_err` --> src/bin/proxmox_backup_debug/diff.rs:125:18 | 125 | .map_err(|err| { | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_inspect = note: `#[warn(clippy::manual_inspect)]` on by default help: try | 125 ~ .inspect_err(|err| { 126 ~ log::error!("{}", format_key_source(&key.source, "encryption")); | ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |