From 2b3ba619402a9d6a5408d35bb38ef31f7e488ec5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 12 Jul 2020 20:35:12 +0530 Subject: remove unused imports, upgrade to cursive v0.15 --- src/habit/mod.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/habit') diff --git a/src/habit/mod.rs b/src/habit/mod.rs index 482ca06..75e734a 100644 --- a/src/habit/mod.rs +++ b/src/habit/mod.rs @@ -1,12 +1,3 @@ -use std::collections::HashMap; - -use chrono::NaiveDate; -use serde::{Deserialize, Serialize}; - -use cursive::direction::Direction; -use cursive::event::{Event, EventResult}; -use cursive::{Printer, Vec2}; - mod traits; pub use traits::{Habit, HabitWrapper}; -- cgit v1.2.3