proxmox-backup/proxmox-file-restore/src
Maximiliano Sandoval 414a5b3a3a remove redundant imports
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>
2024-12-02 11:15:18 +01:00
..
block_driver_qemu.rs remove redundant imports 2024-12-02 11:15:18 +01:00
block_driver.rs file-restore: add missing doc-comment description for api enums 2024-10-22 15:26:11 +02:00
cpio.rs file restore: clippy and format argument fixes 2023-05-17 17:43:17 +02:00
main.rs remove needless type conversion 2024-12-02 11:15:18 +01:00
qemu_helper.rs fix typos in variables and function names 2024-08-07 16:49:31 +02:00