This commit is contained in:
2025-12-03 22:52:16 -05:00
parent 24bb65bf7b
commit 1904560244

View File

@@ -161,7 +161,7 @@ impl<K, V> Clone for DbMap<K, V> {
fn clone(&self) -> Self {
Self {
tree: self.tree.clone(),
_pd: self._pd.clone(),
_pd: self._pd,
}
}
}