From 80892df8cce74211960c4259f48cd8c1bd5290be Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 21 Feb 2021 13:11:10 +0100 Subject: Some refactoring --- src/table/table_fullcopy.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/table/table_fullcopy.rs') diff --git a/src/table/table_fullcopy.rs b/src/table/table_fullcopy.rs index a6c78a63..4659cb2c 100644 --- a/src/table/table_fullcopy.rs +++ b/src/table/table_fullcopy.rs @@ -1,7 +1,8 @@ use arc_swap::ArcSwapOption; use std::sync::Arc; -use garage_rpc::membership::{Ring, System}; +use garage_rpc::membership::{System}; +use garage_rpc::ring::Ring; use garage_util::data::*; use crate::*; -- cgit v1.2.3