mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-10 12:58:28 +03:00
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>