Skip to content

Commit

Permalink
Fix link in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Dec 5, 2023
1 parent a158560 commit 5f4c513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Versioning](http://semver.org/spec/v2.0.0.html).

### Added

- [`black_box_drop`](https://docs.rs/divan/X.Y.Z/divan/fn.black_box_drop.html)
- [`black_box_drop`](https://docs.rs/divan/0.1.5/divan/fn.black_box_drop.html)
convenience function for [`black_box`] + [`drop`][drop_fn]. This is useful
when benchmarking a lazy [`Iterator`] to completion with `for_each`:

Expand Down

0 comments on commit 5f4c513

Please sign in to comment.