mirror of
https://github.com/actix/actix-web.git
synced 2025-02-20 12:56:16 +00:00
fix codegen tests
This commit is contained in:
parent
c020cedb63
commit
2754608f3c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use time::{format_description::well_known::Rfc3339, OffsetDateTime};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
dev::{BodySize, MessageBody},
|
dev::{BodySize, MessageBody},
|
||||||
http::{HeaderName, StatusCode},
|
http::HeaderName,
|
||||||
service::{ServiceRequest, ServiceResponse},
|
service::{ServiceRequest, ServiceResponse},
|
||||||
Error, HttpResponse, Result,
|
Error, HttpResponse, Result,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue