File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 110110 {
111111 "title" : " Enum basics" ,
112112 "sub" : [
113- { "title" : " Pattern Matching" },
114113 { "title" : " Option Type" },
114+ { "title" : " Pattern Matching" },
115115 { "title" : " `match` control flow" }
116116 ]
117117 }
153153 {
154154 "title" : " Maps" ,
155155 "sub" : [
156- { "title" : " Focus on `HashMap` and `HashSet `" },
156+ { "title" : " `HashMap`" },
157157 { "title" : " `Entry` API" }
158158 ]
159159 },
244244 {
245245 "title" : " Testing" ,
246246 "sub" : [
247+ { "title" : " Simple Testing" },
247248 { "title" : " Controlled Testing" },
248249 { "title" : " Test Organization" }
249250 ]
250- }
251+ },
252+ { "title" : " Code Review" }
251253 ],
252254 "slides_light_html" : " http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week6/modules_testing-light.html" ,
253255 "slides_light_pdf" : " https://raw.githubusercontent.com/rust-stuco/lectures/main/week6/modules_testing-light.pdf" ,
272274 {
273275 "title" : " Closures and Iterators" ,
274276 "agenda" : [
275- { "title" : " Closures" , "sub" : [{ "title" : " Fn Traits" }] },
277+ { "title" : " Closures" , "sub" : [{ "title" : " `Fn` Traits" }] },
276278 {
277- "title" : " Iterators" ,
278- "sub" : [{ "title" : " Loops vs. Iterators" }]
279+ "title" : " Iterators"
279280 },
280281 {
281282 "title" : " Crate Highlights" ,
You can’t perform that action at this time.
0 commit comments