Skip to content

Commit 7c6c90a

Browse files
committed
formatting fixes
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 722d9a0 commit 7c6c90a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you are a feature implementer and would like your RFC to appear in this list,
9191
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
9292
guidance on which aspect(s) of the feature need testing.
9393

94-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
94+
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
9595

9696
* [FR: Add a --fail-fast option to libtest](https://github.com/rust-lang/rust/issues/142859)
9797
* [Testing instructions](https://github.com/rust-lang/rust/issues/142859#issuecomment-3339090064)
@@ -140,7 +140,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
140140

141141
[merged]: https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-09-23..2025-09-30
142142

143-
#### Compiler
143+
#### Compiler
144144
* [add an attribute to check the number of lanes in a SIMD vector after monomorphization](https://github.com/rust-lang/rust/pull/146667)
145145
* [add panic=immediate-abort](https://github.com/rust-lang/rust/pull/146317)
146146
* [skip stack overflow handler for panic=immediate-abort](https://github.com/rust-lang/rust/pull/147090)
@@ -150,7 +150,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
150150
* [do not compute optimized MIR if code does not type-check](https://github.com/rust-lang/rust/pull/147092)
151151
* [do not materialise X in `[X; 0]` when X is unsizing a const](https://github.com/rust-lang/rust/pull/145277)
152152
* [improve diagnostics for empty attributes](https://github.com/rust-lang/rust/pull/146653)
153-
#### Library
153+
#### Library
154154
* [BTreeMap: don't leak allocators when initializing nodes](https://github.com/rust-lang/rust/pull/146859)
155155
* [constify {`Mutex`, `RwLock`, `ReentrantLock`}`::data_ptr`](https://github.com/rust-lang/rust/pull/146904)
156156
* [constify Default on Nanoseconds](https://github.com/rust-lang/rust/pull/146979)
@@ -160,20 +160,20 @@ If you are an event organizer hoping to expand the reach of your event, please s
160160
* [fix infinite recursion in `Path::eq` with String](https://github.com/rust-lang/rust/pull/146958)
161161
* [implement `hostname`](https://github.com/rust-lang/rust/pull/146937)
162162
* [remove most `#[track_caller]` from allocating Vec methods](https://github.com/rust-lang/rust/pull/147042)
163-
#### Cargo
163+
#### Cargo
164164
* [config: combine key error context into one](https://github.com/rust-lang/cargo/pull/16004)
165165
* [shell: Use a distinct style for transient status](https://github.com/rust-lang/cargo/pull/16019)
166166
* [add retry for `git fetch` failures in `CARGO_NET_GIT_FETCH_WITH_CLI` path](https://github.com/rust-lang/cargo/pull/16016)
167167
* [better error message for rust version incompatibility](https://github.com/rust-lang/cargo/pull/16021)
168168
* [sparse URLs in `TomlLockfileSourceId`](https://github.com/rust-lang/cargo/pull/15990)
169169
* [use `host-tuple` for host target subsitution](https://github.com/rust-lang/cargo/pull/16003)
170-
#### Rustdoc
170+
#### Rustdoc
171171
* [Add support for associated items in "jump to def" feature](https://github.com/rust-lang/rust/pull/135771)
172172
* [add rustdoc `doc_cfg` features](https://github.com/rust-lang/rust/pull/138907) (RFC [#3631](https://rust-lang.github.io/rfcs/3631-rustdoc-cfgs-handling.html))
173173
* [search: use the same ID for entry and path to same item](https://github.com/rust-lang/rust/pull/147045)
174174
* [hide `#[repr]` if it isn't part of the public ABI](https://github.com/rust-lang/rust/pull/116882)
175175
* [put the toolbar on the all item index](https://github.com/rust-lang/rust/pull/147047)
176-
#### Clippy
176+
#### Clippy
177177
* [`double_parens`: add structured suggestions, fix bug](https://github.com/rust-lang/rust-clippy/pull/15420)
178178
* [`filter_next`: check for `filter().next_back()`](https://github.com/rust-lang/rust-clippy/pull/15748)
179179
* [`collapsible`(`_else`)`_if`: respect `#[expect]` on inner `if`](https://github.com/rust-lang/rust-clippy/pull/15647)
@@ -187,7 +187,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
187187
* [overhaul `mut_mut`](https://github.com/rust-lang/rust-clippy/pull/15417)
188188
* [refactor `module_style`](https://github.com/rust-lang/rust-clippy/pull/15469)
189189
* [rename `unchecked_duration_subtraction` to `unchecked_time_subtraction` and check for `Duration - Duration`](https://github.com/rust-lang/rust-clippy/pull/13800)
190-
#### Rust-Analyzer
190+
#### Rust-Analyzer
191191
* [add `all`, `any` and `not` completions in `#[cfg]`](https://github.com/rust-lang/rust-analyzer/pull/20760)
192192
* [add `cfg_attr` predicate completion](https://github.com/rust-lang/rust-analyzer/pull/20604)
193193
* [add applicable on bang `!` for `apply_demorgan`](https://github.com/rust-lang/rust-analyzer/pull/20599)

0 commit comments

Comments
 (0)