Skip to content

Commit 4c002c4

Browse files
typo fix in CHANGELOG.md (#487)
1 parent 787b170 commit 4c002c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Changed
2121

2222
- Bump MSRV to 1.70.0.
23-
- `Counter`, `Gauge`, and `Histogram` are now marked with `#[mark_use]`.
23+
- `Counter`, `Gauge`, and `Histogram` are now marked with `#[must_use]`.
2424
([#475](https://github.com/metrics-rs/metrics/pull/475))
2525
- Updated crate-level documentation around how histograms work.
2626
([#477](https://github.com/metrics-rs/metrics/pull/477))

0 commit comments

Comments
 (0)