Remove unused import
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
56ad41d4a2
commit
62fb3c6023
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
use env_logger;
|
||||
use std::env::args;
|
||||
use std::path::Path;
|
||||
use xmpp::{ClientBuilder, ClientFeature, ClientType, Event};
|
||||
use xmpp::{ClientBuilder, ClientType, Event};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Option<()>> {
|
||||
|
|
Loading…
Reference in a new issue