Skip to content

Commit e091323

Browse files
authored
Fix PR title truncated by GitHub
1 parent 994f36b commit e091323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

160160
#### Clippy
161161
* [`len_without_is_empty`: allow `is_empty(&self)` with `len(&mut self)`](https://github.com/rust-lang/rust-clippy/pull/16194)
162-
* [fix `map_entry` false positive when it would cause `MutexGuard` to be held across an](https://github.com/rust-lang/rust-clippy/pull/16199)
162+
* [fix `map_entry` false positive when it would cause `MutexGuard` to be held across an await point](https://github.com/rust-lang/rust-clippy/pull/16199)
163163
* [fix `nonstandard_macro_braces` false negative on macros with empty args](https://github.com/rust-lang/rust-clippy/pull/15601)
164164
* [fix `panicking_unwrap` false positive on field access with implicit deref](https://github.com/rust-lang/rust-clippy/pull/16196)
165165
* [fix `tuple_array_conversions` false positive when binded vars are used before conversion](https://github.com/rust-lang/rust-clippy/pull/16197)

0 commit comments

Comments
 (0)