We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbca17 commit 23b1fc5Copy full SHA for 23b1fc5
src/lib.rs
@@ -6,9 +6,9 @@
6
//! * **Versions of this crate are tightly coupled to metrics crate versions.**
7
//!
8
//! * [`metrics::Counter::absolute`], [`metrics::Gauge::increment`], and
9
-//! [`metrics::Gauge::decrement`] are not supported. Statsd doesn't have these concepts.
10
-//! Unfortunately this means that if the application is using these methods, the metrics will
11
-//! silently be missing or wrong.
+//! [`metrics::Gauge::decrement`] are not supported. Statsd doesn't have these concepts.
+//! Unfortunately this means that if the application is using these methods, the metrics will
+//! silently be missing or wrong.
12
13
//! # Usage
14
0 commit comments