Unbreak integration with latest rocket master (#722)
This commit changed where `Outcome` is exported:
adc79016cd
This commit is contained in:
parent
fe6d622008
commit
a5be3a878c
1 changed files with 2 additions and 3 deletions
|
@ -44,11 +44,10 @@ use std::io::Cursor;
|
||||||
use rocket::{
|
use rocket::{
|
||||||
data::{self, FromData},
|
data::{self, FromData},
|
||||||
http::{ContentType, RawStr, Status},
|
http::{ContentType, RawStr, Status},
|
||||||
|
outcome::Outcome::{Failure, Forward, Success},
|
||||||
request::{FormItems, FromForm, FromFormValue},
|
request::{FormItems, FromForm, FromFormValue},
|
||||||
response::{self, content, Responder, Response},
|
response::{self, content, Responder, Response},
|
||||||
Data,
|
Data, Request,
|
||||||
Outcome::{Failure, Forward, Success},
|
|
||||||
Request,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
use juniper::{
|
use juniper::{
|
||||||
|
|
Loading…
Reference in a new issue