1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00: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,
};