1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

fix codegen tests

This commit is contained in:
Rob Ede 2021-11-08 02:46:43 +00:00
parent c020cedb63
commit 2754608f3c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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,
};