diff --git a/proxmox-lang/src/error.rs b/proxmox-lang/src/error.rs index 67d00290..70d3d926 100644 --- a/proxmox-lang/src/error.rs +++ b/proxmox-lang/src/error.rs @@ -10,7 +10,6 @@ pub fn io_err_other(e: E) -> io::Error { io::Error::new(std::io::ErrorKind::Other, e.to_string()) } - /// Like anyhow's `format_err` but producing a `std::io::Error`. #[macro_export] macro_rules! io_format_err {