Remove unneeded imports
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8fb2196955
commit
41b272b704
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
use env_logger;
|
||||
use std::env::args;
|
||||
use xmpp::{ClientBuilder, ClientType, Event};
|
||||
use std::path::Path;
|
||||
use xmpp::{ClientBuilder, ClientFeature, ClientType, Event};
|
||||
|
||||
|
|
Loading…
Reference in a new issue