1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

fix codegen tests

This commit is contained in:
Rob Ede
2021-11-08 02:46:43 +00:00
parent c020cedb63
commit 2754608f3c

View File

@ -22,7 +22,7 @@ use time::{format_description::well_known::Rfc3339, OffsetDateTime};
use crate::{
dev::{BodySize, MessageBody},
http::{HeaderName, StatusCode},
http::HeaderName,
service::{ServiceRequest, ServiceResponse},
Error, HttpResponse, Result,
};