Remove unused import

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-02-01 18:01:29 +01:00
parent 56ad41d4a2
commit 62fb3c6023
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -7,7 +7,7 @@
use env_logger; use env_logger;
use std::env::args; use std::env::args;
use std::path::Path; use std::path::Path;
use xmpp::{ClientBuilder, ClientFeature, ClientType, Event}; use xmpp::{ClientBuilder, ClientType, Event};
#[tokio::main] #[tokio::main]
async fn main() -> Result<(), Option<()>> { async fn main() -> Result<(), Option<()>> {