From 912b67ed23eda7c6d88301f52f3efd9067102306 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 6 Apr 2024 11:55:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20unused=20tokio::time=20?= =?UTF-8?q?import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 630a94f..69eddcb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ use std::time::Duration; use async_std::task; use dioxus::prelude::*; -use tokio::time::{sleep, Duration}; use log::{debug, LevelFilter}; use crate::base::{login, sync_rooms};