diff --git a/examples/hello_world.rs b/examples/hello_world.rs index 0d671520..708dade4 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -2,7 +2,6 @@ #![feature(try_from)] extern crate futures; -extern crate hyper; extern crate ruma_client; extern crate ruma_events; extern crate ruma_identifiers;