mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-05 09:17:59 +03:00
414a5b3a3a
Fixes the single_component_path_imports clippy lint: ``` warning: this import is redundant --> proxmox-file-restore/src/block_driver_qemu.rs:15:1 | 15 | use proxmox_systemd; | ^^^^^^^^^^^^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default warning: this import is redundant --> proxmox-backup-client/src/mount.rs:19:1 | 19 | use proxmox_systemd; | ^^^^^^^^^^^^^^^^^^^^ help: remove it entirely | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports = note: `#[warn(clippy::single_component_path_imports)]` on by default ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |