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
Copy file name to clipboardExpand all lines: content/blog/lifetimes/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
+++
2
2
title = "Don't Worry About Lifetimes"
3
3
date = 2024-05-29
4
-
updated = 2024-08-13
4
+
updated = 2025-03-27
5
5
template = "article.html"
6
6
[extra]
7
7
series = "Idiomatic Rust"
8
8
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",
10
11
]
11
12
credits = [
12
13
"Thanks to <a href='https://www.linkedin.com/in/grovesnl'>Josh Groves</a> for suggesting to mention Rc/Arc."
0 commit comments