Skip to content

Commit 8fc0d41

Browse files
authored
Merge branch 'main' into patch-2
2 parents 8386c6f + 357ec83 commit 8fc0d41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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)

draft/2025-12-17-this-week-in-rust.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ and just ask the editors to select the category.
4545

4646
### Project/Tooling Updates
4747
* [How we made SeaORM synchronous](https://www.sea-ql.org/blog/2025-12-12-sea-orm-2.0/)
48+
* [Building Slatron: The Digital TV Scheduling and Automation System](https://justinwoodring.com/blog/introducing-slatron/)
49+
* [The state of the kernel Rust experiment](https://lwn.net/SubscriberLink/1050174/6b6d55c90ce1100f/)
4850

4951
### Observations/Thoughts
5052

53+
* [Finding Alignment by Visualizing Music With Rust](https://positron.solutions/articles/finding-alignment-by-visualizing-music)
54+
5155
### Rust Walkthroughs
56+
* [Stop Losing Intent: Absent, Null, and Value in Rust](https://minikin.me/blog/presence-rs)
57+
* [Getting started: How to Learn Embedded Rust for Beginners](https://blog.implrust.com/posts/2025/12/how-to-learn-embedded-rust/)
5258

5359
### Research
5460

@@ -132,6 +138,7 @@ If you are a Rust project owner and are looking for contributors, please submit
132138
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
133139

134140
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
141+
* [**RustConf 2026**](https://sessionize.com/rustconf-2026/) | 2026-02-16 | Montreal, Quebec, Canada | 2026-09-08 - 2026-09-10
135142
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
136143

137144
If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!

0 commit comments

Comments
 (0)