Fewer warnings
This commit is contained in:
parent
caaddf910c
commit
4eb1ae2fb1
7 changed files with 6 additions and 21 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue