Fewer warnings
This commit is contained in:
parent
caaddf910c
commit
4eb1ae2fb1
7 changed files with 6 additions and 21 deletions
|
@ -1,5 +1,3 @@
|
|||
use std::convert::TryFrom;
|
||||
use std::error::Error;
|
||||
use std::collections::HashMap;
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
|
@ -103,7 +101,7 @@ impl PartialCalendar for CachedCalendar {
|
|||
return None;
|
||||
}
|
||||
|
||||
fn find_missing_items_compared_to(&self, other: &dyn PartialCalendar) -> Vec<ItemId> {
|
||||
fn find_missing_items_compared_to(&self, _other: &dyn PartialCalendar) -> Vec<ItemId> {
|
||||
unimplemented!("todo");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue