Skip to content

Commit 26fd6d8

Browse files
committed
Give credit to Tathagata Roy on the Coccinelle for Rust session
1 parent 027cfa6 commit 26fd6d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/inside-rust/program-management-update-2025-09.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ info!("Window resized to: {width}x{height}");
103103

104104
across the codebase. Across all such `format!`-like invocations, parameters etc. And taking care to not interpolate field accesses or function calls (which are currently not allowed in the "format strings").
105105

106+
Tathagata Roy ran the workshop for us. We tested Coccinelle out on some pre-existing examples, including the one above. The evening after, I ran it on all my repos. I'm really excited about this.
107+
106108
**Clippy**
107109

108110
There was a really good status update on Clippy work specifically for Rust for Linux by Alejandra González. I had no idea that was happening, but it makes perfect sense. Clippy can highlight code that's not desirable even if it's allowed by the Rust compiler.

0 commit comments

Comments
 (0)