From fc5d487520dd0175ddbcec367514f213011dd6de Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Tue, 11 Jun 2019 21:45:04 -0400 Subject: [PATCH] metrics: fix a lil docs glitch --- metrics/src/receiver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/src/receiver.rs b/metrics/src/receiver.rs index 330f863..09106d0 100644 --- a/metrics/src/receiver.rs +++ b/metrics/src/receiver.rs @@ -20,7 +20,7 @@ thread_local! { /// /// `Receiver` is the nucleus for all metrics operations. While no operations are performed by it /// directly, it holds the registeries and references to resources and so it must live as long as -/// any [`Sink`] or `[`Controller`] does. +/// any [`Sink`] or [`Controller`] does. pub struct Receiver { metric_registry: Arc, scope_registry: Arc,