mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-03 14:44:00 +00:00
![]() Fixes the unnecessary_sort_by clippy lint: ``` warning: consider using `sort` --> proxmox-backup-client/src/catalog.rs:102:13 | 102 | metadata_archives.sort_unstable_by(|a, b| a.cmp(b)); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `metadata_archives.sort_unstable()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_sort_by = note: `#[warn(clippy::unnecessary_sort_by)]` on by default ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |