Unbreak integration with latest rocket master (#722)

This commit changed where `Outcome` is exported:

adc79016cd
This commit is contained in:
Christian Legnitto 2020-07-28 10:00:41 -10:00 committed by GitHub
parent fe6d622008
commit a5be3a878c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::{