all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH backup 0/2] More clippy fixes
@ 2024-02-14  9:04 Maximiliano Sandoval
  2024-02-14  9:04 ` [pbs-devel] [PATCH backup 1/2] restore-daemon: Module docs should use //! rather than ///! Maximiliano Sandoval
  2024-02-14  9:04 ` [pbs-devel] [PATCH backup 2/2] restore-daemon: Use first() when it makes sense Maximiliano Sandoval
  0 siblings, 2 replies; 3+ messages in thread
From: Maximiliano Sandoval @ 2024-02-14  9:04 UTC (permalink / raw)
  To: pbs-devel

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-14  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14  9:04 [pbs-devel] [PATCH backup 0/2] More clippy fixes Maximiliano Sandoval
2024-02-14  9:04 ` [pbs-devel] [PATCH backup 1/2] restore-daemon: Module docs should use //! rather than ///! Maximiliano Sandoval
2024-02-14  9:04 ` [pbs-devel] [PATCH backup 2/2] restore-daemon: Use first() when it makes sense Maximiliano Sandoval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal