5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-03-10 12:58:28 +03:00
Maximiliano Sandoval 5117a21ec9 snapshot_reader: replace Arc with Rc
The type `Box<dyn IndexFile + Send>>, usize, Vec<(usize, u64)>` is not
Sync so it makes more sense to use Rc. This is suggested by clippy.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2025-03-06 14:55:04 +01:00
..
2023-05-17 17:43:17 +02:00
2025-03-06 14:55:04 +01:00