From 20f5748a950e9ab13ff4697b3165f9e8b18340c3 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 11 Jul 2023 21:47:22 -0400 Subject: [PATCH] Drop empty sections from release notes --- RELEASES.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 419c20b9071bf..c89792ff32731 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -103,11 +103,6 @@ Rustdoc - [Add a new `rustdoc::unescaped_backticks` lint for broken inline code.](https://github.com/rust-lang/rust/pull/105848/) - [Support strikethrough with single tildes.](https://github.com/rust-lang/rust/pull/111152/) (`~~old~~` vs. `~new~`) - - -Misc ----- - Compatibility Notes @@ -131,16 +126,6 @@ Compatibility Notes table. This is considered to be not a use case Cargo would like to support, since it will likely cause problems or lead to confusion. - - -Internal Changes ----------------- - -These changes do not affect any public interfaces of Rust, but they represent -significant improvements to the performance or internals of rustc and related -tools. - - Version 1.70.0 (2023-06-01) ==========================