aboutsummaryrefslogtreecommitdiff
path: root/src/table_sharded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table_sharded.rs')
-rw-r--r--src/table_sharded.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table_sharded.rs b/src/table_sharded.rs
index 6a174d05..c17ea0d4 100644
--- a/src/table_sharded.rs
+++ b/src/table_sharded.rs
@@ -47,7 +47,7 @@ impl TableReplication for TableShardedReplication {
ret.push([0u8; 32].into());
for entry in ring.ring.iter() {
- ret.push(entry.location.clone());
+ ret.push(entry.location);
}
ret.push([0xFFu8; 32].into());
ret