mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-18 06:03:59 +03:00
e9152ee951
rustc warns about creating references to them (although it does allow using `.as_ref()` on them for some reason), and this will become a hard error with edition 2024. Previously we could not use Mutex there as its ::new() was not a `const fn` , but not we can, so let's drop the `mut`. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>