From afa44674481702c552673c80134a03033b9991db Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 4 Aug 2017 22:25:58 +0200 Subject: [PATCH] Remove unused extern crate in hello_world example --- examples/hello_world.rs | 1 - 1 file changed, 1 deletion(-) 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;