From 61958f856364beb37500cd8fa1ddb0980251f80c Mon Sep 17 00:00:00 2001 From: intellij-rust-bot <intellij.rust@gmail.com> Date: Wed, 16 Aug 2023 03:00:51 +0000 Subject: [PATCH] Changelog 201 --- _posts/2023-08-21-changelog-201.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _posts/2023-08-21-changelog-201.markdown diff --git a/_posts/2023-08-21-changelog-201.markdown b/_posts/2023-08-21-changelog-201.markdown new file mode 100644 index 0000000..3a03c25 --- /dev/null +++ b/_posts/2023-08-21-changelog-201.markdown @@ -0,0 +1,16 @@ +--- +layout: post +title: "IntelliJ Rust Changelog #201" +date: 2023-08-21 13:00:00 +0300 +--- + + +## Fixes + +* [#10790] Fix bugs related to quick fixes of printing of structs with neither display nor debug trait implemented (by [@LebedevEA]) + +Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/110?closed=1) + +[@LebedevEA]: https://github.com/LebedevEA + +[#10790]: https://github.com/intellij-rust/intellij-rust/pull/10790