Get rid of some warnings

This commit is contained in:
Joscha 2021-12-05 18:39:53 +01:00
parent 8d49ac139a
commit 9920b00916
3 changed files with 3 additions and 53 deletions

View file

@ -3,7 +3,7 @@ use std::collections::HashMap;
use chrono::NaiveDate;
use crate::files::commands::{BirthdaySpec, Command, Done, Note, Span, Spec, Statement, Task};
use crate::files::{Source, SourcedCommand};
use crate::files::SourcedCommand;
use super::date::Dates;
use super::{DateRange, Entry, EntryKind, Error, Result};