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
*[add: Report a missing source error for workspace dependencies](https://github.com/rust-lang/cargo/pull/16063)
166
+
*[script: Default bin.name to package.name](https://github.com/rust-lang/cargo/pull/16064)
167
+
*[script: Store cargo script lockfiles in build-dir](https://github.com/rust-lang/cargo/pull/16087)
168
+
*[tree: Switch from `--depth public` to `--edges public`](https://github.com/rust-lang/cargo/pull/16081)
169
+
*[allow to rustfix `unused_variables` lint](https://github.com/rust-lang/cargo/pull/16082)
170
+
*[fix regression that swallowed json diagnostic explanations](https://github.com/rust-lang/cargo/pull/16075)
171
+
172
+
#### Rustdoc
173
+
*[rustdoc: Don't serialize & deserialize data that doesn't go over the wire](https://github.com/rust-lang/rust/pull/147402)
174
+
*[rustdoc: a small performance improvement: only allocate new string if there are DOS backlines in highlight.rs](https://github.com/rust-lang/rust/pull/147443)
175
+
176
+
#### Clippy
177
+
*[`multiple_inherent_impl`: Add config option to target specific scope](https://github.com/rust-lang/rust-clippy/pull/15843)
178
+
*[`zero_repeat_side_effects`: don't suggest unnecessary braces around stmts](https://github.com/rust-lang/rust-clippy/pull/15826)
179
+
*[`clone_on_ref_ptr`: only name the generic type if possible](https://github.com/rust-lang/rust-clippy/pull/15740)
180
+
*[`collapsible_match`: exclude binding modes from `struct` field pattern suggestions](https://github.com/rust-lang/rust-clippy/pull/15608)
*[fix not applicable c-str and byte-str for `raw_string`](https://github.com/rust-lang/rust-analyzer/pull/20788)
199
+
*[fix not applicable on param in let-stmt for `add_explicit_type`](https://github.com/rust-lang/rust-analyzer/pull/20817)
200
+
*[improve parsing error for `static` and `const`](https://github.com/rust-lang/rust-analyzer/pull/20805)
201
+
*[replace `--show-output` task defaults with `--nocapture`](https://github.com/rust-lang/rust-analyzer/pull/20803)
143
202
144
203
### Rust Compiler Performance Triage
145
204
@@ -380,7 +439,15 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
380
439
381
440
# Quote of the Week
382
441
383
-
<!-- QOTW goes here -->
442
+
> Pointers are quite hard.
443
+
444
+
– Tim McNamara
445
+
446
+
> And, as the name implies, pointy.
447
+
448
+
– [llogiq on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7381109081857724416?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7381109081857724416%2C7381113605926166528%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287381113605926166528%2Curn%3Ali%3Aactivity%3A7381109081857724416%29)
449
+
450
+
Thanks to [llogiq](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1721) for the self-suggestion!
384
451
385
452
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments