From 17cf5f9593096624e972e9bb45ed081fc151df04 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 28 Jul 2023 11:47:09 +0200 Subject: [PATCH] more import cleanups Signed-off-by: Wolfgang Bumiller --- proxmox-http-error/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmox-http-error/src/lib.rs b/proxmox-http-error/src/lib.rs index de45cb98..b41a98c1 100644 --- a/proxmox-http-error/src/lib.rs +++ b/proxmox-http-error/src/lib.rs @@ -1,6 +1,7 @@ -use serde::{ser::SerializeStruct, Serialize, Serializer}; use std::fmt; +use serde::{ser::SerializeStruct, Serialize, Serializer}; + #[doc(hidden)] pub use http::StatusCode;