Skip to content

Commit 419520d

Browse files
authored
Merge branch 'master' into add_tracing_support
2 parents e0f7eb5 + a5be3a8 commit 419520d

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)