warning
This commit is contained in:
1 parent
24bb65bf7b
commit
1904560244
1 file changed
+1
-1
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user