mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-25 11:56:50 +00:00
change some more comments and revert changes on TableSchema
This commit is contained in:
committed by
Alex Auvolat
parent
74373aebcf
commit
2812a027ea
@@ -125,10 +125,6 @@ impl TableSchema for KeyTable {
|
||||
type E = Key;
|
||||
type Filter = KeyFilter;
|
||||
|
||||
fn updated(&self, _old: Option<Self::E>, _new: Option<Self::E>) {
|
||||
// nothing to do when updated
|
||||
}
|
||||
|
||||
fn matches_filter(entry: &Self::E, filter: &Self::Filter) -> bool {
|
||||
match filter {
|
||||
KeyFilter::Deleted(df) => df.apply(entry.deleted.get()),
|
||||
|
||||
Reference in New Issue
Block a user