summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/core/libimagstore/src/store.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagstore/src/store.rs b/lib/core/libimagstore/src/store.rs
index b7ffa35d..829ac60c 100644
--- a/lib/core/libimagstore/src/store.rs
+++ b/lib/core/libimagstore/src/store.rs
@@ -203,7 +203,7 @@ impl Store {
}
let store = Store {
- location: location.clone(),
+ location,
entries: Arc::new(RwLock::new(HashMap::new())),
backend,
};