From 8ec0e16b1c17680a6ec04be89c12b930397aaff4 Mon Sep 17 00:00:00 2001 From: Sean Lynch <42618346+swlynch99@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:59:12 -0800 Subject: [PATCH] formatting --- metriken/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metriken/src/lib.rs b/metriken/src/lib.rs index 6377af2..240b283 100644 --- a/metriken/src/lib.rs +++ b/metriken/src/lib.rs @@ -30,7 +30,7 @@ //! # assert_eq!(names[0], "COUNTER_A"); //! # assert_eq!(names[1], "my.metric.name"); //! ``` -//! +//! //! If you want to create and remove metrics dynamically at runtime check out //! the [`dynmetrics`] module. //!