Skip to content

Commit 3b3e108

Browse files
Fix broken formatting for ### Library header (#6910)
This formatting looks correct in a GitHub preview, but the renderer used by the actual website shows this as unformatted text under the bullet point. This commit fixes the formatting to be consistent with other headers.
1 parent eb7ddeb commit 3b3e108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/2025-08-13-this-week-in-rust.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
143143
* [preserve the `.debug_gdb_scripts` section](https://github.com/rust-lang/rust/pull/143679)
144144
* [simplify dead code lint](https://github.com/rust-lang/rust/pull/144863)
145145
* [upgrade `semicolon_in_expressions_from_macros` from warn to deny](https://github.com/rust-lang/rust/pull/144369)
146-
#### Library
146+
147+
#### Library
147148
* [stabilize `duration_constructors_lite` feature](https://github.com/rust-lang/rust/pull/145135)
148149
* [stabilize `panic_payload_as_str` feature](https://github.com/rust-lang/rust/pull/144861)
149150
* [stabilize `strict_overflow_ops`](https://github.com/rust-lang/rust/pull/144682)

0 commit comments

Comments
 (0)