Skip to content

Commit 5458291

Browse files
committed
Release week9 lifetimes lecture and homework
1 parent a0df348 commit 5458291

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_data/site.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,12 @@
390390
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/09_lifetimes/lifetimes-light.pdf",
391391
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/09_lifetimes/lifetimes-dark.html",
392392
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/09_lifetimes/lifetimes-dark.pdf",
393+
"hw_name": "SplitLab",
393394
"hw_handout": "/hw/splitlab/splitlab.zip",
394395
"hw_writeup": "/hw/splitlab/doc/splitlab/index.html",
395-
"hw_released": false,
396-
"details_released": false,
397-
"slides_released": false,
396+
"hw_released": true,
397+
"details_released": true,
398+
"slides_released": true,
398399
"extras": [
399400
{
400401
"title": "What is 'a lifetime? (video)",

0 commit comments

Comments
 (0)