diff options
Diffstat (limited to 'src/table/table_sharded.rs')
-rw-r--r-- | src/table/table_sharded.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/table_sharded.rs b/src/table/table_sharded.rs index 4f98902d..cbb1bc01 100644 --- a/src/table/table_sharded.rs +++ b/src/table/table_sharded.rs @@ -1,4 +1,4 @@ -use garage_rpc::membership::{System}; +use garage_rpc::membership::System; use garage_rpc::ring::Ring; use garage_util::data::*; |