From d663ff328a4b5085c3d1dbcb7977fd55671424ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 21 Feb 2022 13:49:48 +0100 Subject: [PATCH] formatting fixup Signed-off-by: Wolfgang Bumiller --- proxmox-sys/src/mmap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-sys/src/mmap.rs b/proxmox-sys/src/mmap.rs index b296c303..a112ef21 100644 --- a/proxmox-sys/src/mmap.rs +++ b/proxmox-sys/src/mmap.rs @@ -9,7 +9,7 @@ use nix::sys::mman; use proxmox_lang::error::io_err_other; -use crate::error::{SysError}; +use crate::error::SysError; pub struct Mmap { data: *mut T,