cleanup: remove unnecessary StoreProgress clone()
This commit is contained in:
@ -760,7 +760,7 @@ impl DataStore {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[derive(Debug, Default)]
|
||||
/// Tracker for progress of operations iterating over `Datastore` contents.
|
||||
pub struct StoreProgress {
|
||||
/// Completed groups
|
||||
|
Reference in New Issue
Block a user