Skip to content

Commit f477de4

Browse files
committed
cleanup
1 parent 8cb9ff3 commit f477de4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_data/site.json

Lines changed: 13 additions & 13 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,
@@ -313,8 +313,8 @@
313313
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf",
314314
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html",
315315
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf",
316-
"hw_handout": "/hw/iterlab/iterlab.zip",
317-
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
316+
"hw_handout": "",
317+
"hw_writeup": "",
318318
"hw_released": false,
319319
"details_released": true,
320320
"slides_released": true,
@@ -328,12 +328,12 @@
328328
{ "title": "Raw Pointers", "sub": [] },
329329
{ "title": "FFI", "sub": [] }
330330
],
331-
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html",
332-
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf",
333-
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html",
334-
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf",
335-
"hw_handout": "/hw/iterlab/iterlab.zip",
336-
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
331+
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html",
332+
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
333+
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
334+
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
335+
"hw_handout": "",
336+
"hw_writeup": "",
337337
"hw_released": false,
338338
"details_released": true,
339339
"slides_released": false,

0 commit comments

Comments
 (0)