From 718ae005486baeed358d56cc7cd319fedd1e76eb Mon Sep 17 00:00:00 2001 From: Trinity Pointard Date: Wed, 7 Apr 2021 13:39:34 +0200 Subject: change some more comments and revert changes on TableSchema --- src/table/schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/schema.rs') diff --git a/src/table/schema.rs b/src/table/schema.rs index c17ccc15..13517271 100644 --- a/src/table/schema.rs +++ b/src/table/schema.rs @@ -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, new: Option); + fn updated(&self, _old: Option, _new: Option) {} fn matches_filter(entry: &Self::E, filter: &Self::Filter) -> bool; } -- cgit v1.2.3