summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-12 03:31:10 +0000
committerbors <bors@rust-lang.org>2023-07-12 03:31:10 +0000
commit8ede3aae28fe6e4d52b38157d7bfe0d3bceef225 (patch)
tree85d3fab56ef8cd2b9d142ab56a0700d696838eef /RELEASES.md
parent7bb61853ad519abd3e5b3edfddc1cf00b1d4437d (diff)
parent20f5748a950e9ab13ff4697b3165f9e8b18340c3 (diff)
downloadrust-1.71.0.tar.gz
rust-1.71.0.zip
Auto merge of #113602 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.71.0
[stable] 1.71.0 release, backports

This PR adds a last-minute backport of:

- #112343: Prevent emitting `missing_docs` for `pub extern crate`
- no beta/mainline PR -- dropping empty section from relnotes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 419c20b9071..c89792ff327 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~`)
 
-<a id="1.71.0-Misc"></a>
-
-Misc
-----
-
 <a id="1.71.0-Compatibility-Notes"></a>
 
 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.
 
-<a id="1.71.0-Internal-Changes"></a>
-
-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)
 ==========================