Skip to content

Commit 6ae868c

Browse files
authored
Merge 91af79e into 35a8189
2 parents 35a8189 + 91af79e commit 6ae868c

File tree

9 files changed

+1583
-248
lines changed

9 files changed

+1583
-248
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ testresult = "0.4.1"
5858
tracing-subscriber = { version = "0.3.19", features = ["fmt"] }
5959
tracing-test = "0.2.5"
6060
walkdir = "2.5.0"
61+
atomic_refcell = "0.1.13"
6162
iroh = { version = "0.91", features = ["discovery-local-network"]}
6263

6364
[features]

src/metrics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use iroh_metrics::{Counter, MetricsGroup};
44

55
/// Enum of metrics for the module
66
#[allow(missing_docs)]
7+
#[allow(dead_code)]
78
#[derive(Debug, Default, MetricsGroup)]
89
#[metrics(name = "iroh-blobs")]
910
pub struct Metrics {

0 commit comments

Comments
 (0)