Remove duplicate #39983. It was part of 1.19.

This commit is contained in:
Eric Huss 2022-01-12 18:04:07 -08:00
parent ddab0bf6bf
commit c1526c69f2

View file

@ -5755,7 +5755,6 @@ Misc
---- ----
- [rustdoc can now use pulldown-cmark with the `--enable-commonmark` flag][40338] - [rustdoc can now use pulldown-cmark with the `--enable-commonmark` flag][40338]
- [Added rust-windbg script for better debugging on Windows][39983]
- [Rust now uses the official cross compiler for NetBSD][40612] - [Rust now uses the official cross compiler for NetBSD][40612]
- [rustdoc now accepts `#` at the start of files][40828] - [rustdoc now accepts `#` at the start of files][40828]
- [Fixed jemalloc support for musl][41168] - [Fixed jemalloc support for musl][41168]
@ -5790,7 +5789,6 @@ Compatibility Notes
[38165]: https://github.com/rust-lang/rust/pull/38165 [38165]: https://github.com/rust-lang/rust/pull/38165
[39799]: https://github.com/rust-lang/rust/pull/39799 [39799]: https://github.com/rust-lang/rust/pull/39799
[39891]: https://github.com/rust-lang/rust/pull/39891 [39891]: https://github.com/rust-lang/rust/pull/39891
[39983]: https://github.com/rust-lang/rust/pull/39983
[40043]: https://github.com/rust-lang/rust/pull/40043 [40043]: https://github.com/rust-lang/rust/pull/40043
[40241]: https://github.com/rust-lang/rust/pull/40241 [40241]: https://github.com/rust-lang/rust/pull/40241
[40338]: https://github.com/rust-lang/rust/pull/40338 [40338]: https://github.com/rust-lang/rust/pull/40338