Skip to content

Commit ced79aa

Browse files
authored
Merge branch 'master' into rcc25-talk
2 parents 09875e0 + decd828 commit ced79aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

draft/2025-11-19-this-week-in-rust.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ and just ask the editors to select the category.
4949

5050
### Observations/Thoughts
5151

52-
- [Improving the Incremental System in the Rust Compiler](https://blog.goose.love/posts/improving-the-incremental-system-in-the-rust-compiler/)
52+
* [Improving the Incremental System in the Rust Compiler](https://blog.goose.love/posts/improving-the-incremental-system-in-the-rust-compiler/)
53+
* [Truly First-Class Custom Smart Pointers](https://nadrieril.github.io/blog/2025/11/11/truly-first-class-custom-smart-pointers.html)
54+
* [Pinning is a kind of static borrow](https://nadrieril.github.io/blog/2025/11/12/pinning-is-a-kind-of-static-borrow.html)
5355

5456
### Rust Walkthroughs
5557

publishing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY themes themes
3636
COPY pelicanconf.py pelicanconf.py
3737

3838
# just website && just email needs these scripts
39-
COPY publishing/*.sh .
39+
COPY publishing/*.sh ./
4040
RUN chmod +x *.sh
4141

4242
CMD ["pelican", "--delete-output-directory", "content"]

0 commit comments

Comments
 (0)