Skip to content

Commit 23b1fc5

Browse files
committed
fix lints
1 parent 5cbca17 commit 23b1fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
//! * **Versions of this crate are tightly coupled to metrics crate versions.**
77
//!
88
//! * [`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.
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.
1212
//!
1313
//! # Usage
1414
//!

0 commit comments

Comments
 (0)