mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 23:06:54 +00:00
change some more comments and revert changes on TableSchema
This commit is contained in:
committed by
Alex Auvolat
parent
74373aebcf
commit
2812a027ea
+1
-1
@@ -76,7 +76,7 @@ pub trait TableSchema: Send + Sync {
|
||||
// as the update itself is an unchangeable fact that will never go back
|
||||
// due to CRDT logic. Typically errors in propagation of info should be logged
|
||||
// to stderr.
|
||||
fn updated(&self, old: Option<Self::E>, new: Option<Self::E>);
|
||||
fn updated(&self, _old: Option<Self::E>, _new: Option<Self::E>) {}
|
||||
|
||||
fn matches_filter(entry: &Self::E, filter: &Self::Filter) -> bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user