Skip to content

Commit a5be3a8

Browse files
authored
Unbreak integration with latest rocket master (#722)
This commit changed where `Outcome` is exported: rwf2/Rocket@adc7901
1 parent fe6d622 commit a5be3a8

File tree

1 file changed

+2
-3
lines changed
  • juniper_rocket_async/src

1 file changed

+2
-3
lines changed

juniper_rocket_async/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ use std::io::Cursor;
4444
use rocket::{
4545
data::{self, FromData},
4646
http::{ContentType, RawStr, Status},
47+
outcome::Outcome::{Failure, Forward, Success},
4748
request::{FormItems, FromForm, FromFormValue},
4849
response::{self, content, Responder, Response},
49-
Data,
50-
Outcome::{Failure, Forward, Success},
51-
Request,
50+
Data, Request,
5251
};
5352

5453
use juniper::{

0 commit comments

Comments
 (0)