From ae9d6e255c2b173dabcea894fa1026f98c6da87b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 10 Apr 2022 12:41:44 +0200 Subject: [PATCH] lang: rustfmt Signed-off-by: Thomas Lamprecht --- proxmox-lang/src/error.rs | 1 - 1 file changed, 1 deletion(-) 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 {