From 5b1471314d63e0f64bd184f673426664f0e23bda Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Wed, 13 Sep 2023 17:30:49 +0200 Subject: [PATCH] merge use statements in kawa_h1::answers --- lib/src/protocol/kawa_h1/answers.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/protocol/kawa_h1/answers.rs b/lib/src/protocol/kawa_h1/answers.rs index 4b644ad44..7a48fb991 100644 --- a/lib/src/protocol/kawa_h1/answers.rs +++ b/lib/src/protocol/kawa_h1/answers.rs @@ -1,8 +1,6 @@ use std::{collections::HashMap, rc::Rc}; -use crate::sozu_command::state::ClusterId; - -use crate::protocol::http::DefaultAnswerStatus; +use crate::{protocol::http::DefaultAnswerStatus, sozu_command::state::ClusterId}; #[allow(non_snake_case)] pub struct DefaultAnswers {