File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4444use crate :: templates:: SplitTemplate ;
4545use crate :: webserver:: http:: RequestContext ;
4646use crate :: webserver:: response_writer:: { AsyncResponseWriter , ResponseWriter } ;
47- use crate :: webserver:: ErrorWithStatus ;
4847use crate :: AppState ;
4948use actix_web:: cookie:: time:: format_description:: well_known:: Rfc3339 ;
5049use actix_web:: cookie:: time:: OffsetDateTime ;
5150use actix_web:: http:: header:: ContentType ;
5251use actix_web:: http:: { header, StatusCode } ;
53- use actix_web:: { HttpResponse , HttpResponseBuilder , ResponseError } ;
52+ use actix_web:: { HttpResponse , HttpResponseBuilder } ;
5453use anyhow:: { bail, format_err, Context as AnyhowContext } ;
5554use awc:: cookie:: time:: Duration ;
5655use handlebars:: { BlockContext , JsonValue , RenderError , Renderable } ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::AppState;
88use actix_web:: error:: UrlencodedError ;
99use actix_web:: http:: { header, StatusCode } ;
1010use actix_web:: { HttpRequest , HttpResponse } ;
11- use actix_web:: { HttpResponseBuilder , ResponseError } ;
11+ use actix_web:: HttpResponseBuilder ;
1212use handlebars:: { Renderable , StringOutput } ;
1313use serde_json:: json;
1414
You can’t perform that action at this time.
0 commit comments