]> git.proxmox.com Git - proxmox-backup.git/commit
remove use of proxmox_lang::error::io_err_other
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jul 2024 10:17:09 +0000 (12:17 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 26 Jul 2024 11:05:20 +0000 (13:05 +0200)
commit3f325047dcc2eadd0fb9d9584d5cc684eda35d8e
tree4dbf3352daca43e7bb34d852fa63a01d0cb1c81a
parent96b7812b6ae194fb99623e01e70e76c59e0026b6
remove use of proxmox_lang::error::io_err_other

by now its functionality is provided by std::io::Error::other

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pbs-datastore/src/cached_chunk_reader.rs
src/tools/disks/mod.rs