mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 14:37:35 +00:00
![]() 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |