Skip to content

Commit fe14248

Browse files
authored
Merge branch 'main' into main
2 parents 480c505 + 3485300 commit fe14248

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,23 @@ and just ask the editors to select the category.
4444
### Newsletters
4545

4646
### Project/Tooling Updates
47+
* [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/)
4750

4851
### Observations/Thoughts
4952

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

5360
### Research
5461

5562
### Miscellaneous
63+
* [Supercharging Security Auditing with Rust: An Interview with Caido](https://www.sea-ql.org/interview/2025-12-16-caido/)
5664

5765
## Crate of the Week
5866

@@ -132,6 +140,7 @@ If you are a Rust project owner and are looking for contributors, please submit
132140
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.
133141

134142
<!-- 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 -->
143+
* [**RustConf 2026**](https://sessionize.com/rustconf-2026/) | 2026-02-16 | Montreal, Quebec, Canada | 2026-09-08 - 2026-09-10
135144
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
136145

137146
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)