From 4c002c49bb46d435997362263f7e66ab341f2278 Mon Sep 17 00:00:00 2001 From: tenuous-guidance <105654822+tenuous-guidance@users.noreply.github.com> Date: Wed, 29 May 2024 17:29:53 +0100 Subject: [PATCH] typo fix in CHANGELOG.md (#487) --- metrics/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/CHANGELOG.md b/metrics/CHANGELOG.md index 1ffdec5a..be7cbbe5 100644 --- a/metrics/CHANGELOG.md +++ b/metrics/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Bump MSRV to 1.70.0. -- `Counter`, `Gauge`, and `Histogram` are now marked with `#[mark_use]`. +- `Counter`, `Gauge`, and `Histogram` are now marked with `#[must_use]`. ([#475](https://github.com/metrics-rs/metrics/pull/475)) - Updated crate-level documentation around how histograms work. ([#477](https://github.com/metrics-rs/metrics/pull/477))