about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYacin Tmimi <yacintmimi@gmail.com>2024-06-18 17:03:35 -0400
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2024-06-21 16:57:45 -0500
commit6daf3c17788256d26e27004a03c86faff08703ba (patch)
tree0b43cb8436a829d5901f3bb1df4e06d317ff32ed
parente2feea47bc568748af4bf58ba3f7d317708cd93b (diff)
downloadrust-6daf3c17788256d26e27004a03c86faff08703ba.tar.gz
rust-6daf3c17788256d26e27004a03c86faff08703ba.zip
Document removing rustfmt's `lazy_static` dependency
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d94f32fa51a..79910fb7c27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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