Fewer warnings

This commit is contained in:
daladim 2021-03-01 23:50:19 +01:00
parent caaddf910c
commit 4eb1ae2fb1
7 changed files with 6 additions and 21 deletions

View file

@ -1,3 +1,4 @@
/*
use std::path::Path;
use my_tasks::{client::Client, traits::CalDavSource};
@ -7,8 +8,8 @@ use my_tasks::settings::URL;
use my_tasks::settings::USERNAME;
use my_tasks::settings::PASSWORD;
const CACHE_FILE: &str = "caldav_cache.json";
*/
#[tokio::main]
async fn main() {