Remove unused extern crate in hello_world example

This commit is contained in:
Jonas Platte 2017-08-04 22:25:58 +02:00
parent ef119f71e8
commit afa4467448

View File

@ -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;