Skip to content

Commit 9ea101d

Browse files
committed
merge
2 parents 281bbc1 + f477de4 commit 9ea101d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

_data/site.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@
245245
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/light.pdf",
246246
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week8/dark.html",
247247
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/dark.pdf",
248-
"hw_handout": "/hw/iterlab/iterlab.zip",
249-
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
248+
"hw_handout": "",
249+
"hw_writeup": "",
250250
"hw_released": false,
251251
"details_released": true,
252252
"slides_released": true,
@@ -264,7 +264,7 @@
264264
{ "title": "The `Deref` Trait", "sub": [] },
265265
{ "title": "Deref Coercion", "sub": [] },
266266
{ "title": "The `Drop` Trait and `std::mem::drop`", "sub": [] },
267-
{ "title": "Trait Objects", "sub": [
267+
{ "title": "Trait Objects", "sub": [
268268
{ "title": "Dynamic dispatch with `dyn`", "sub": [] }
269269
] },
270270
{ "title": "Dynamically Sized Types", "sub": [] },
@@ -275,8 +275,8 @@
275275
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/light.pdf",
276276
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/dark.html",
277277
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/dark.pdf",
278-
"hw_handout": "/hw/iterlab/iterlab.zip",
279-
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
278+
"hw_handout": "",
279+
"hw_writeup": "",
280280
"hw_released": false,
281281
"details_released": true,
282282
"slides_released": true,
@@ -317,7 +317,7 @@
317317
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
318318
"hw_released": false,
319319
"details_released": true,
320-
"slides_released": false,
320+
"slides_released": true,
321321
"extras": []
322322
},
323323
{
@@ -332,9 +332,7 @@
332332
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
333333
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
334334
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
335-
"hw_handout": "/hw/iterlab/iterlab.zip",
336-
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
337-
"hw_released": true,
335+
"hw_released": false,
338336
"details_released": true,
339337
"slides_released": true,
340338
"extras": []

0 commit comments

Comments
 (0)