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::{
|
||||
data::{self, FromData},
|
||||
http::{ContentType, RawStr, Status},
|
||||
outcome::Outcome::{Failure, Forward, Success},
|
||||
request::{FormItems, FromForm, FromFormValue},
|
||||
response::{self, content, Responder, Response},
|
||||
Data,
|
||||
Outcome::{Failure, Forward, Success},
|
||||
Request,
|
||||
Data, Request,
|
||||
};
|
||||
|
||||
use juniper::{
|
||||
|
|
Loading…
Reference in a new issue