From 4cf6500b598d4fda15ccf9f14ea89287f8065de8 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Fri, 19 Dec 2025 19:01:31 -0800 Subject: [PATCH] 2025-12-17-this-week-in-rust.md: adjust inline code closing Move the ending '`' to cover all of `SystemTime::{MIN, MAX}` --- content/2025-12-17-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-12-17-this-week-in-rust.md b/content/2025-12-17-this-week-in-rust.md index ad08bc64f..67b7b6a1d 100644 --- a/content/2025-12-17-this-week-in-rust.md +++ b/content/2025-12-17-this-week-in-rust.md @@ -138,7 +138,7 @@ If you are an event organizer hoping to expand the reach of your event, please s * [simplify how inline asm handles `MaybeUninit`](https://github.com/rust-lang/rust/pull/149950) #### Library -* [add `SystemTime::{MIN,` MAX}](https://github.com/rust-lang/rust/pull/148825) +* [add `SystemTime::{MIN, MAX}`](https://github.com/rust-lang/rust/pull/148825) * [add `core::hint::prefetch_{read, write}_{data, instruction}`](https://github.com/rust-lang/rust/pull/146948) * [constify `DropGuard::dismiss` and trait impls](https://github.com/rust-lang/rust/pull/148755) * [fix vec iter zst alignment](https://github.com/rust-lang/rust/pull/149272)