Skip to content

Commit 8654a7b

Browse files
Merge pull request #7213 from tbu-/pr_623
623: Fix formatting of "Tracking Issues & PRs" section
2 parents 95bc2ba + fecbbad commit 8654a7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/2025-10-29-this-week-in-rust.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
159159
* [privacy: introduce some caching to type visiting in `DefIdVisitorSkeleton`](https://github.com/rust-lang/rust/pull/147486)
160160

161161
#### Library
162-
* [add `FromIterator` impls for `ascii::Char`s to String`s`](https://github.com/rust-lang/rust/pull/141445)
162+
* [add `FromIterator` impls for `ascii::Char`s to `String`s](https://github.com/rust-lang/rust/pull/141445)
163163
* [add `String::replace_first` and `String::replace_last`](https://github.com/rust-lang/rust/pull/134316)
164164
* [add new `inherit_handles` flag to CommandExt trait](https://github.com/rust-lang/rust/pull/115501)
165165
* [const Cell methods](https://github.com/rust-lang/rust/pull/147788)
@@ -259,7 +259,7 @@ which are reaching a decision. Express your opinions now.
259259
* [Add some conversion trait impls](https://github.com/rust-lang/rust/pull/145504)
260260
* [Tracking Issue for `Duration::from_nanos_u128`](https://github.com/rust-lang/rust/issues/139201)
261261
* [Tracking Issue for `core_slice_as_array`.](https://github.com/rust-lang/rust/issues/133508)
262-
* [TryFrom\<integer\> for bool](https://github.com/rust-lang/rust/pull/147400)
262+
* [`TryFrom<integer>` for `bool`](https://github.com/rust-lang/rust/pull/147400)
263263
* [Tracking Issue for slice::array_windows](https://github.com/rust-lang/rust/issues/75027)
264264
* [Tracking issue for `#![feature(maybe_uninit_slice)]`](https://github.com/rust-lang/rust/issues/63569)
265265
* [Tracking Issue for `lazy_get`](https://github.com/rust-lang/rust/issues/129333)
@@ -268,7 +268,7 @@ which are reaching a decision. Express your opinions now.
268268
* [Stabilize s390x `vector` target feature and `is_s390x_feature_detected!` macro](https://github.com/rust-lang/rust/pull/145656)
269269
* [Update bundled musl to 1.2.5](https://github.com/rust-lang/rust/pull/142682)
270270

271-
[Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html)
271+
##### [Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html)
272272
* [Use v0 mangling by default on nightly](https://github.com/rust-lang/compiler-team/issues/938)
273273
* [Use `annotate-snippets` as the default emitter on nightly](https://github.com/rust-lang/compiler-team/issues/937)
274274
* [Creating a new maintainable debuginfo test suite](https://github.com/rust-lang/compiler-team/issues/936)
@@ -284,7 +284,7 @@ which are reaching a decision. Express your opinions now.
284284
* [Also enable ICE file dumps on stable](https://github.com/rust-lang/compiler-team/issues/809)
285285
* [New Tier-3 target proposal: `loongarch64-linux-android`](https://github.com/rust-lang/compiler-team/issues/806)
286286

287-
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period)
287+
##### [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period)
288288
* [Proposal: Require all project team members to have Zulip IDs](https://github.com/rust-lang/leadership-council/issues/228)
289289

290290
*No Items entered Final Comment Period this week for

0 commit comments

Comments
 (0)