proxmox/proxmox-lang/src
Wolfgang Bumiller ce0b21805c lang: deprecate io_err_other
For regular error cases, `std::io::Error` can now also box errors and
provides an `Error::other()` function since rust 1.74.

For the case where it was used directly with strings
(io_err_other("string")) -> that's what `io_format_err!()` and
`io_bail!()` are for.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-26 12:14:03 +02:00
..
constnamedbitmap.rs add proxmox-lang crate 2021-10-08 15:22:17 +02:00
error.rs lang: deprecate io_err_other 2024-07-26 12:14:03 +02:00
lib.rs tree-wide: enable doc_cfg and doc_auto_cfg for docs 2024-07-02 11:59:53 +02:00
ops.rs lang: clippy fixes 2022-06-29 10:06:57 +02:00