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 787b170 commit 4c002c4Copy full SHA for 4c002c4
metrics/CHANGELOG.md
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Changed
21
22
- Bump MSRV to 1.70.0.
23
-- `Counter`, `Gauge`, and `Histogram` are now marked with `#[mark_use]`.
+- `Counter`, `Gauge`, and `Histogram` are now marked with `#[must_use]`.
24
([#475](https://github.com/metrics-rs/metrics/pull/475))
25
- Updated crate-level documentation around how histograms work.
26
([#477](https://github.com/metrics-rs/metrics/pull/477))
0 commit comments