File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ COPY themes themes
3636COPY pelicanconf.py pelicanconf.py
3737
3838# just website && just email needs these scripts
39- COPY publishing/*.sh .
39+ COPY publishing/*.sh ./
4040RUN chmod +x *.sh
4141
4242CMD ["pelican" , "--delete-output-directory" , "content" ]
You can’t perform that action at this time.
0 commit comments