Skip to content

Commit 75ae1b2

Browse files
committed
Add resource 'Lifetime safety is static typing'
1 parent 8b25fd7 commit 75ae1b2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

content/blog/lifetimes/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
+++
22
title = "Don't Worry About Lifetimes"
33
date = 2024-05-29
4-
updated = 2024-08-13
4+
updated = 2025-03-27
55
template = "article.html"
66
[extra]
77
series = "Idiomatic Rust"
88
resources = [
9-
"Go through the [Rustlings move semantics examples](https://github.com/rust-lang/rustlings/tree/main/exercises/06_move_semantics) to get a better understanding of lifetimes."
9+
"Go through the [Rustlings move semantics examples](https://github.com/rust-lang/rustlings/tree/main/exercises/06_move_semantics) to get a better understanding of lifetimes.",
10+
"[Lifetime safety is static typing](https://www.circle-lang.org/draft-profiles.html#lifetime-safety-is-static-typing) by Sean Baxter",
1011
]
1112
credits = [
1213
"Thanks to <a href='https://www.linkedin.com/in/grovesnl'>Josh Groves</a> for suggesting to mention Rc/Arc."

0 commit comments

Comments
 (0)