Skip to content

Commit

Permalink
unconditional clone
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek authored and zvolin committed Oct 6, 2023
1 parent d203ed2 commit 86a70ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ impl Default for InMemoryStore {
}
}

#[cfg(any(test, feature = "test-utils"))]
impl Clone for InMemoryStore {
fn clone(&self) -> Self {
InMemoryStore {
Expand Down

0 comments on commit 86a70ff

Please sign in to comment.