Get rid of some warnings
This commit is contained in:
parent
8d49ac139a
commit
9920b00916
3 changed files with 3 additions and 53 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue