Skip to content

Commit fc3c1ee

Browse files
committed
Fix warning
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
1 parent b721136 commit fc3c1ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components-rs/telemetry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pub struct ShmCache {
245245
}
246246

247247
#[derive(Hash, Eq, PartialEq)]
248-
struct ShmCacheKey(String, String);
248+
pub struct ShmCacheKey(String, String);
249249

250250
impl Equivalent<ShmCacheKey> for (&str, &str) {
251251
fn equivalent(&self, key: &ShmCacheKey) -> bool {

0 commit comments

Comments
 (0)