Skip to content

Commit 65f6e65

Browse files
authored
metrics-util: derive Clone for Snapshotter (#472)
1 parent 5f9750f commit 65f6e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metrics-util/src/debugging.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ impl Inner {
8484
}
8585

8686
/// Captures point-in-time snapshots of [`DebuggingRecorder`].
87+
#[derive(Clone)]
8788
pub struct Snapshotter {
8889
inner: Arc<Inner>,
8990
}

0 commit comments

Comments
 (0)