Adjust imports to satisfy fmt

Signed-off-by: Thales Fragoso <thales.fragoso@axiros.com>
This commit is contained in:
Thales Fragoso 2025-09-23 22:22:00 -03:00 committed by Yuki Okushi
parent fd8e30f8bd
commit e7f1bc4d70
1 changed files with 1 additions and 2 deletions

View File

@ -1000,8 +1000,7 @@ async fn allow_half_closed() {
#[actix_rt::test]
async fn disallow_half_closed() {
use crate::config::ServiceConfigBuilder;
use crate::h1::dispatcher::State;
use crate::{config::ServiceConfigBuilder, h1::dispatcher::State};
let buf = TestSeqBuffer::new(http_msg("GET / HTTP/1.1"));
buf.close_read();