Skip to content

Commit

Permalink
merge use statements in kawa_h1::answers
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Sep 13, 2023
1 parent 818bc48 commit 5b14713
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/src/protocol/kawa_h1/answers.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 5b14713

Please sign in to comment.