[pbs-devel] [PATCH backup 0/2] More clippy fixes

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Feb 14 10:04:46 CET 2024


Does more clippy fixes on the crates that were not covered by `cargo clippy`
without the `--all` flag.

Maximiliano Sandoval (2):
  restore-daemon: Module docs should use //! rather than ///!
  restore-daemon: Use first() when it makes sense

 proxmox-restore-daemon/src/main.rs                        | 2 +-
 proxmox-restore-daemon/src/proxmox_restore_daemon/api.rs  | 2 +-
 proxmox-restore-daemon/src/proxmox_restore_daemon/disk.rs | 4 ++--
 proxmox-restore-daemon/src/proxmox_restore_daemon/mod.rs  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.39.2





More information about the pbs-devel mailing list