Remove now-useless "extern crate"s.
This commit is contained in:
parent
24b2ff1851
commit
3aba4e7070
4 changed files with 1 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue