Document removing rustfmt's lazy_static dependency

This commit is contained in:
Yacin Tmimi 2024-06-18 17:03:35 -04:00 committed by Caleb Cartwright
parent e2feea47bc
commit 6daf3c1778

View file

@ -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