aboutsummaryrefslogtreecommitdiff
path: root/src/table/sync.rs
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-02-05 20:22:16 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-02-05 20:22:16 +0100
commit620dc58560c7e1509ee9e56ce03d15ec502c34c8 (patch)
tree18e0e50adbfc5e9297e73451ab7b0de16ab7a6bd /src/table/sync.rs
parent47e87c8739d7f0d420ea6a01fea99e638414baeb (diff)
downloadgarage-620dc58560c7e1509ee9e56ce03d15ec502c34c8.tar.gz
garage-620dc58560c7e1509ee9e56ce03d15ec502c34c8.zip
remove async_trait for traits declared in garage_net
Diffstat (limited to 'src/table/sync.rs')
-rw-r--r--src/table/sync.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table/sync.rs b/src/table/sync.rs
index 234ee8ea..2d43b9fc 100644
--- a/src/table/sync.rs
+++ b/src/table/sync.rs
@@ -444,7 +444,6 @@ impl<F: TableSchema, R: TableReplication> TableSyncer<F, R> {
// ======= SYNCHRONIZATION PROCEDURE -- RECEIVER SIDE ======
-#[async_trait]
impl<F: TableSchema, R: TableReplication> EndpointHandler<SyncRpc> for TableSyncer<F, R> {
async fn handle(self: &Arc<Self>, message: &SyncRpc, from: NodeID) -> Result<SyncRpc, Error> {
match message {