Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Nov 16, 2024
1 parent 8cb9ff3 commit f477de4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week8/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"hw_handout": "",
"hw_writeup": "",
"hw_released": false,
"details_released": true,
"slides_released": true,
Expand All @@ -264,7 +264,7 @@
{ "title": "The `Deref` Trait", "sub": [] },
{ "title": "Deref Coercion", "sub": [] },
{ "title": "The `Drop` Trait and `std::mem::drop`", "sub": [] },
{ "title": "Trait Objects", "sub": [
{ "title": "Trait Objects", "sub": [
{ "title": "Dynamic dispatch with `dyn`", "sub": [] }
] },
{ "title": "Dynamically Sized Types", "sub": [] },
Expand All @@ -275,8 +275,8 @@
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"hw_handout": "",
"hw_writeup": "",
"hw_released": false,
"details_released": true,
"slides_released": true,
Expand Down Expand Up @@ -313,8 +313,8 @@
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"hw_handout": "",
"hw_writeup": "",
"hw_released": false,
"details_released": true,
"slides_released": true,
Expand All @@ -328,12 +328,12 @@
{ "title": "Raw Pointers", "sub": [] },
{ "title": "FFI", "sub": [] }
],
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf",
"hw_handout": "/hw/iterlab/iterlab.zip",
"hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html",
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
"hw_handout": "",
"hw_writeup": "",
"hw_released": false,
"details_released": true,
"slides_released": false,
Expand Down

0 comments on commit f477de4

Please sign in to comment.