Skip to content

Commit db68dd7

Browse files
authored
Extern crates are no longer necessary (#536)
1 parent b63a44e commit db68dd7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

juniper_hyper/examples/hyper_server.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
extern crate hyper;
2-
extern crate juniper;
3-
extern crate juniper_hyper;
4-
extern crate pretty_env_logger;
5-
61
use hyper::{
72
service::{make_service_fn, service_fn},
83
Body, Method, Response, Server, StatusCode,

0 commit comments

Comments
 (0)