Merge pull request #7234 from influxdata/dom/remove-clone

refactor: remove Clone derive on CompletedPersist
pull/24376/head
Dom 2023-03-16 11:17:09 +00:00 committed by GitHub
commit 4fb92d8f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub(crate) trait PersistCompletionObserver: Send + Sync + Debug {
}
/// A set of details describing the persisted data.
#[derive(Debug, Clone)]
#[derive(Debug)]
pub struct CompletedPersist {
/// The catalog identifiers for the persisted partition.
namespace_id: NamespaceId,