Skip to content

Commit ea1cacf

Browse files
committed
rename lecture 7
1 parent b6b4ef7 commit ea1cacf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

_data/site.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week5/errors_traits-dark.html",
216216
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/errors_traits-dark.pdf",
217217
"hw_handout": "/hw/pokerlab/pokerlab.zip",
218-
"hw_writeup": "/hw/pokerlab/doc/pokerlab/index.html",
218+
"hw_writeup": "/hw/pokerlab/doc/pokerlab/index.html",
219219
"hw_released": true,
220220
"details_released": true,
221221
"slides_released": true,
@@ -270,8 +270,13 @@
270270
]
271271
},
272272
{
273-
"title": "Crates, Closures, and Iterators",
273+
"title": "Closures and Iterators",
274274
"agenda": [
275+
{ "title": "Closures", "sub": [{ "title": "Fn Traits" }] },
276+
{
277+
"title": "Iterators",
278+
"sub": [{ "title": "Loops vs. Iterators" }]
279+
},
275280
{
276281
"title": "Crate Highlights",
277282
"sub": [
@@ -280,11 +285,6 @@
280285
{ "title": "`anyhow`" },
281286
{ "title": "`flamegraph`" }
282287
]
283-
},
284-
{ "title": "Closures", "sub": [{ "title": "Fn Traits" }] },
285-
{
286-
"title": "Iterators",
287-
"sub": [{ "title": "Loops vs. Iterators" }]
288288
}
289289
],
290290
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week7/closures_iterators-light.html",
@@ -305,13 +305,13 @@
305305
"title": "Rust Book Chapter 14",
306306
"link": "https://doc.rust-lang.org/book/ch14-00-more-about-cargo.html"
307307
},
308-
{
309-
"title": "Crust of Rust: Iterators (livestream)",
310-
"link": "https://www.youtube.com/watch?v=yozQ9C69pNs"
311-
},
312308
{
313309
"title": "Crust of Rust: Functions, Closures, and Their Traits (livestream)",
314310
"link": "https://www.youtube.com/watch?v=dHkzSZnYXmk"
311+
},
312+
{
313+
"title": "Crust of Rust: Iterators (livestream)",
314+
"link": "https://www.youtube.com/watch?v=yozQ9C69pNs"
315315
}
316316
]
317317
},

0 commit comments

Comments
 (0)