You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[optimize `broken_links` by 99.77%](https://github.com/rust-lang/rust-clippy/pull/15385)
170
+
*[optimize some usages of `!!` and `--` in suggestions](https://github.com/rust-lang/rust-clippy/pull/15366)
171
+
*[simplify boolean expression in `manual_assert`](https://github.com/rust-lang/rust-clippy/pull/15368)
172
+
*[split `possible_missing_else` from `suspicious_else_formatting`](https://github.com/rust-lang/rust-clippy/pull/15317)
173
+
174
+
#### Rust-Analyzer
175
+
*[when renaming a parameter to `self`, change callers to use method call syntax](https://github.com/rust-lang/rust-analyzer/pull/20351)
176
+
*[fix gen panics doc template for `debug_assert`](https://github.com/rust-lang/rust-analyzer/pull/20300)
177
+
*[correctly goto `From` impl when on `into()` even when the call is inside a macro](https://github.com/rust-lang/rust-analyzer/pull/20382)
178
+
*[do not require all rename definitions to be renameable](https://github.com/rust-lang/rust-analyzer/pull/20333)
179
+
*[in `generate_mut_trait_impl,` don't add a tabstop if the client does not support snippets](https://github.com/rust-lang/rust-analyzer/pull/20336)
180
+
*[when displaying a projection into a type parameter that has bounds as `impl Trait`, collect only the bounds of this projection](https://github.com/rust-lang/rust-analyzer/pull/20337)
181
+
*[improve settings tree title and descriptions](https://github.com/rust-lang/rust-analyzer/pull/20154)
182
+
*[reorganize proc-macro-srv more, add `--format` and `--version` args](https://github.com/rust-lang/rust-analyzer/pull/20342)
136
183
137
184
### Rust Compiler Performance Triage
138
185
@@ -330,7 +377,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
330
377
331
378
# Quote of the Week
332
379
333
-
<!-- QOTW goes here -->
380
+
> In addition to rewriting the tools in Rust, a safer language, some little-used features of sudo were not implemented in order to reduce vulnerability surface area. This turned out to be meaningful in July of 2025 when two vulnerabilities (..) were discovered in sudo features not implemented in sudo-rs. In response to one of those, sudo has deprecated and will remove the feature hosting the vulnerability.
381
+
382
+
– [Josh Aas on the prossimo blog](https://www.memorysafety.org/blog/sudo-rs-headed-to-ubuntu)
383
+
384
+
Thanks to [llogiq](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1708) for the suggestion!
334
385
335
386
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments