Skip to content

Commit

Permalink
Document removing rustfmt's lazy_static dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ytmimi committed Jun 18, 2024
1 parent 532816b commit e932f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

[bytecount#92]: https://github.com/llogiq/bytecount/pull/92
[bytecount#93]: https://github.com/llogiq/bytecount/pull/93
- Replace the `lazy_static` dependency with `std::sync::OnceLock` [#6154](https://github.com/rust-lang/rustfmt/pull/6154)

## [1.7.0] 2023-10-22

Expand Down

0 comments on commit e932f94

Please sign in to comment.