From e7cf5063af50a063dbf28f32b9545771463a6457 Mon Sep 17 00:00:00 2001 From: Lyssieth Date: Sat, 14 Oct 2023 22:13:29 +0300 Subject: [PATCH] fix: forgot an unused dependency --- rave/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rave/src/main.rs b/rave/src/main.rs index 8446b3d..71121ea 100644 --- a/rave/src/main.rs +++ b/rave/src/main.rs @@ -6,8 +6,6 @@ clippy::cast_possible_truncation )] -use std::time::Duration; - use color_eyre::Result; use migration::{Migrator, MigratorTrait}; use poem::{