Remove now-useless "extern crate"s.

This commit is contained in:
Emmanuel Gil Peyrot 2018-12-18 19:04:02 +01:00
commit 3aba4e7070
4 changed files with 1 additions and 34 deletions

View file

@ -1,11 +1,3 @@
extern crate futures;
extern crate tokio;
extern crate tokio_xmpp;
extern crate jid;
extern crate minidom;
extern crate xmpp_parsers;
extern crate try_from;
use std::env::args;
use std::process::exit;
use std::str::FromStr;