From c792438ed6080f1b4877e14105f09ac5096f0765 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 28 May 2026 15:55:41 -0400 Subject: [PATCH] Fix typo in Rustdoc release notes --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 4982b54f0f886..3ef074340de46 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -57,7 +57,7 @@ Rustdoc ----- - [Deprecation notes are now rendered like any other documentation](https://github.com/rust-lang/rust/pull/149931). Previously they used the css `white-space: pre-wrap;` property and stripped any `

` elements from the rendered html, however this caused issues and unintuitive behavior. The new behavior should be more predictable, however some multi-line deprecation notes will now be rendered as as single lines. If this is undesirable, you can use the standard markdown method of forcing a linebreak, which is two spaces followed by a newline (`"\n"`). - [Don't emit rustdoc `missing_doc_code_examples` lint on impl items](https://github.com/rust-lang/rust/pull/154048) -- [Seperate methods and associated functions in sidebar](https://github.com/rust-lang/rust/pull/154644) +- [Separate methods and associated functions in sidebar](https://github.com/rust-lang/rust/pull/154644)